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