diff options
| author | beck <> | 2014-05-24 13:57:18 +0000 |
|---|---|---|
| committer | beck <> | 2014-05-24 13:57:18 +0000 |
| commit | 67d42ebadf6521a9a0d6c8dc3b32a9b689bfc9ff (patch) | |
| tree | deb94273e62c0be2f39f578173b1232887e77c64 /src/regress/lib/libcrypto/evp/evptest.c | |
| parent | 6df0a82c818f3e6c26c265dcd46725024b1fea8e (diff) | |
| download | openbsd-67d42ebadf6521a9a0d6c8dc3b32a9b689bfc9ff.tar.gz openbsd-67d42ebadf6521a9a0d6c8dc3b32a9b689bfc9ff.tar.bz2 openbsd-67d42ebadf6521a9a0d6c8dc3b32a9b689bfc9ff.zip | |
remove OPENSSL_malloc and CRYPTO_malloc goo from the regress tests.
ok miod@ jsing@ guenther@
Diffstat (limited to 'src/regress/lib/libcrypto/evp/evptest.c')
| -rw-r--r-- | src/regress/lib/libcrypto/evp/evptest.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/evp/evptest.c b/src/regress/lib/libcrypto/evp/evptest.c index c88bf130cd..f107ad5fb4 100644 --- a/src/regress/lib/libcrypto/evp/evptest.c +++ b/src/regress/lib/libcrypto/evp/evptest.c | |||
| @@ -306,9 +306,6 @@ main(int argc, char **argv) | |||
| 306 | fprintf(stderr, "%s <test file>\n",argv[0]); | 306 | fprintf(stderr, "%s <test file>\n",argv[0]); |
| 307 | exit(1); | 307 | exit(1); |
| 308 | } | 308 | } |
| 309 | CRYPTO_malloc_debug_init(); | ||
| 310 | CRYPTO_set_mem_debug_options(V_CRYPTO_MDEBUG_ALL); | ||
| 311 | CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON); | ||
| 312 | 309 | ||
| 313 | szTestFile = argv[1]; | 310 | szTestFile = argv[1]; |
| 314 | 311 | ||
