From: Lutz Jänicke Date: Thu, 21 Mar 2002 19:10:07 +0000 (+0000) Subject: Remove superflous statement . X-Git-Tag: OpenSSL_0_9_7-beta1~141 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f90c544039ce350eec966880b178f9a2efc47985;p=oweals%2Fopenssl.git Remove superflous statement . Submitted by: Reviewed by: PR: --- diff --git a/crypto/lhash/lh_test.c b/crypto/lhash/lh_test.c index 0758d88372..85700c859b 100644 --- a/crypto/lhash/lh_test.c +++ b/crypto/lhash/lh_test.c @@ -75,7 +75,6 @@ main() buf[0]='\0'; fgets(buf,256,stdin); if (buf[0] == '\0') break; - buf[255]='\0'; i=strlen(buf); p=OPENSSL_malloc(i+1); memcpy(p,buf,i+1);