diff options
| author | beck <> | 2000-12-15 02:58:47 +0000 |
|---|---|---|
| committer | beck <> | 2000-12-15 02:58:47 +0000 |
| commit | 9200bb13d15da4b2a23e6bc92c20e95b74aa2113 (patch) | |
| tree | 5c52d628ec1e34be76e7ef2a4235d248b7c44d24 /src/lib/libcrypto/lhash/lh_test.c | |
| parent | e131d25072e3d4197ba4b9bcc0d1b27d34d6488d (diff) | |
| download | openbsd-9200bb13d15da4b2a23e6bc92c20e95b74aa2113.tar.gz openbsd-9200bb13d15da4b2a23e6bc92c20e95b74aa2113.tar.bz2 openbsd-9200bb13d15da4b2a23e6bc92c20e95b74aa2113.zip | |
openssl-engine-0.9.6 merge
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 | } |
