From: Andy Polyakov Date: Mon, 15 Mar 2010 22:27:32 +0000 (+0000) Subject: Fix UPLINK typo [from HEAD]. X-Git-Tag: OpenSSL_0_9_8n~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f1502a491e6c892f280435fc42adb96020f2691f;p=oweals%2Fopenssl.git Fix UPLINK typo [from HEAD]. --- diff --git a/crypto/bio/bss_file.c b/crypto/bio/bss_file.c index 62c10731d4..1222133dd7 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 {