diff options
Diffstat (limited to 'crypto/lhash/lh_test.c')
-rw-r--r-- | crypto/lhash/lh_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/lhash/lh_test.c b/crypto/lhash/lh_test.c index 08138b52c3..6008781e57 100644 --- a/crypto/lhash/lh_test.c +++ b/crypto/lhash/lh_test.c @@ -77,7 +77,7 @@ main() if (buf[0] == '\0') break; buf[256]='\0'; i=strlen(buf); - p=Malloc(i+1); + p=OPENSSL_malloc(i+1); memcpy(p,buf,i+1); lh_insert(conf,p); } |