aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/lhash
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-03-21 19:08:35 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-03-21 19:08:35 +0000
commitbe3d90de02138273d054bb9d6b4381754b34676d (patch)
treee09235fb41d069f01e4ccabbac1434a17204ac7f /crypto/lhash
parent82652aaf17819c6c1ecfc50602b4b54a19c566fb (diff)
downloadopenssl-be3d90de02138273d054bb9d6b4381754b34676d.tar.gz
Remove superflous (and buggy) statement <justin.fletcher@ntlworld.com>.
Diffstat (limited to 'crypto/lhash')
-rw-r--r--crypto/lhash/lh_test.c1
1 files changed, 0 insertions, 1 deletions
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);