diff options
Diffstat (limited to 'src/lib/libcrypto/lhash/lh_test.c')
-rw-r--r-- | src/lib/libcrypto/lhash/lh_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/lhash/lh_test.c b/src/lib/libcrypto/lhash/lh_test.c index 6008781e57..85700c859b 100644 --- a/src/lib/libcrypto/lhash/lh_test.c +++ b/src/lib/libcrypto/lhash/lh_test.c | |||
@@ -75,7 +75,6 @@ main() | |||
75 | buf[0]='\0'; | 75 | buf[0]='\0'; |
76 | fgets(buf,256,stdin); | 76 | fgets(buf,256,stdin); |
77 | if (buf[0] == '\0') break; | 77 | if (buf[0] == '\0') break; |
78 | buf[256]='\0'; | ||
79 | i=strlen(buf); | 78 | i=strlen(buf); |
80 | p=OPENSSL_malloc(i+1); | 79 | p=OPENSSL_malloc(i+1); |
81 | memcpy(p,buf,i+1); | 80 | memcpy(p,buf,i+1); |