projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82652aa
)
Remove superflous (and buggy) statement <justin.fletcher@ntlworld.com>.
author
Lutz Jänicke
<jaenicke@openssl.org>
Thu, 21 Mar 2002 19:08:35 +0000
(19:08 +0000)
committer
Lutz Jänicke
<jaenicke@openssl.org>
Thu, 21 Mar 2002 19:08:35 +0000
(19:08 +0000)
crypto/lhash/lh_test.c
patch
|
blob
|
history
diff --git
a/crypto/lhash/lh_test.c
b/crypto/lhash/lh_test.c
index 0758d8837259843a2fd0bd6815eafe05f47f17da..85700c859bf39e8eaad7289fe75ba57721b3fb2d 100644
(file)
--- 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);