From cae65df81b69f410afddb3d880daac7c43ce3daf Mon Sep 17 00:00:00 2001 From: beck <> Date: Sat, 24 May 2014 13:57:18 +0000 Subject: remove OPENSSL_malloc and CRYPTO_malloc goo from the regress tests. ok miod@ jsing@ guenther@ --- src/regress/lib/libcrypto/evp/evptest.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/regress/lib/libcrypto/evp') 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) fprintf(stderr, "%s \n",argv[0]); exit(1); } - CRYPTO_malloc_debug_init(); - CRYPTO_set_mem_debug_options(V_CRYPTO_MDEBUG_ALL); - CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON); szTestFile = argv[1]; -- cgit v1.2.3-55-g6feb