From be3d90de02138273d054bb9d6b4381754b34676d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lutz=20J=C3=A4nicke?= Date: Thu, 21 Mar 2002 19:08:35 +0000 Subject: [PATCH] Remove superflous (and buggy) statement . --- crypto/lhash/lh_test.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.34.1