From d84aa433d42130be87667ae7cc467d889ac7a52b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 12 Jun 2003 06:56:45 +0000 Subject: [PATCH] Incorrect patching removed. --- crypto/bio/bf_buff.c | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto/bio/bf_buff.c b/crypto/bio/bf_buff.c index eee4205ce1..096b84ca89 100644 --- a/crypto/bio/bf_buff.c +++ b/crypto/bio/bf_buff.c @@ -169,7 +169,6 @@ start: if (i <= 0) { BIO_copy_next_retry(b); - *buf='\0'; if (i < 0) return((num > 0)?num:i); if (i == 0) return(num); } -- 2.25.1