From: Richard Levitte Date: Thu, 12 Jun 2003 06:56:45 +0000 (+0000) Subject: Incorrect patching removed. X-Git-Tag: OpenSSL_0_9_6k~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d84aa433d42130be87667ae7cc467d889ac7a52b;p=oweals%2Fopenssl.git Incorrect patching removed. --- 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); }