diff options
author | beck <> | 2014-05-24 13:57:18 +0000 |
---|---|---|
committer | beck <> | 2014-05-24 13:57:18 +0000 |
commit | cae65df81b69f410afddb3d880daac7c43ce3daf (patch) | |
tree | deb94273e62c0be2f39f578173b1232887e77c64 /src/regress/lib/libcrypto/evp | |
parent | 4eb4d7bb8c263141ef39d6b0ad13ef197e422063 (diff) | |
download | openbsd-cae65df81b69f410afddb3d880daac7c43ce3daf.tar.gz openbsd-cae65df81b69f410afddb3d880daac7c43ce3daf.tar.bz2 openbsd-cae65df81b69f410afddb3d880daac7c43ce3daf.zip |
remove OPENSSL_malloc and CRYPTO_malloc goo from the regress tests.
ok miod@ jsing@ guenther@
Diffstat (limited to 'src/regress/lib/libcrypto/evp')
-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 | ||