From 94c00f3d4da27d9eed08083f1dea9645e90a3d0f Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 29 Sep 2005 20:16:04 +0000 Subject: [PATCH] Fix typo. --- crypto/bio/bss_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/bio/bss_file.c b/crypto/bio/bss_file.c index ed6ee6cabb..ad4b301388 100644 --- a/crypto/bio/bss_file.c +++ b/crypto/bio/bss_file.c @@ -396,7 +396,7 @@ static int MS_CALLBACK file_gets(BIO *bp, char *buf, int size) int ret=0; buf[0]='\0'; - if (b->flags&BIO_FLAGS_UPLINK) + if (bp->flags&BIO_FLAGS_UPLINK) UP_fgets(buf,size,bp->ptr); else fgets(buf,size,(FILE *)bp->ptr); -- 2.34.1