Fix UPLINK typo.
authorAndy Polyakov <appro@openssl.org>
Mon, 15 Mar 2010 22:25:57 +0000 (22:25 +0000)
committerAndy Polyakov <appro@openssl.org>
Mon, 15 Mar 2010 22:25:57 +0000 (22:25 +0000)
crypto/bio/bss_file.c

index a85ac209f0f3bf9e9251aa15d51eda5f8afd329f..cb2abeae116f6e3e41acda4ceb4673413bc5bcaa 100644 (file)
@@ -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
                {