summaryrefslogtreecommitdiffstats
path: root/crypto/bio
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-03-15 22:26:33 +0000
committerAndy Polyakov <appro@openssl.org>2010-03-15 22:26:33 +0000
commitbcfd252052d0453205488efb5a3bfbff7dbd73df (patch)
treef84bd80114432495b9da7c47f46973ac7e22d3a8 /crypto/bio
parent32c452779e25a6ffa3e6bd4559783a7d4c02c45d (diff)
Fix UPLINK typo [from HEAD].
Diffstat (limited to 'crypto/bio')
-rw-r--r--crypto/bio/bss_file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/bio/bss_file.c b/crypto/bio/bss_file.c
index a85ac209f0..cb2abeae11 100644
--- a/crypto/bio/bss_file.c
+++ b/crypto/bio/bss_file.c
@@ -272,9 +272,9 @@ static long MS_CALLBACK file_ctrl(BIO *b, int cmd, long num, void *ptr)
BIO_clear_flags(b,BIO_FLAGS_UPLINK);
#endif
#endif
-#ifdef UP_fsetmode
+#ifdef UP_fsetmod
if (b->flags&BIO_FLAGS_UPLINK)
- UP_fsetmode(b->ptr,num&BIO_FP_TEXT?'t':'b');
+ UP_fsetmod(b->ptr,num&BIO_FP_TEXT?'t':'b');
else
#endif
{