summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_file.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-03-15 22:25:57 +0000
committerAndy Polyakov <appro@openssl.org>2010-03-15 22:25:57 +0000
commitf2fccce4bd369c7360c829a8b7b22fa5f4655052 (patch)
treeec58b87f2521987ec6aadffe78ed41806608a1a3 /crypto/bio/bss_file.c
parent480cd6ab6e994626177de701c418264257954b03 (diff)
Fix UPLINK typo.
Diffstat (limited to 'crypto/bio/bss_file.c')
-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
{