From: Lutz Jänicke Date: Thu, 21 Mar 2002 19:08:35 +0000 (+0000) Subject: Remove superflous (and buggy) statement . X-Git-Tag: OpenSSL_0_9_6d~20^2~63 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=be3d90de02138273d054bb9d6b4381754b34676d;ds=sidebyside Remove superflous (and buggy) statement . --- 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);