X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=test%2Fasynctest.c;h=3e68b1d01bc88f8e31250f69723a119c80b92e4b;hp=be41d2b2cf455d534d61f347c287e2cfbe8c9935;hb=bbd86bf5424a611cb6b77a3a17fc522931c4dcb8;hpb=3cb8c3265f639f8eebf32053457ae6a6d61e2413 diff --git a/test/asynctest.c b/test/asynctest.c index be41d2b2cf..3e68b1d01b 100644 --- a/test/asynctest.c +++ b/test/asynctest.c @@ -282,8 +282,7 @@ int main(int argc, char **argv) #ifdef ASYNC_NULL fprintf(stderr, "NULL implementation - skipping async tests\n"); #else - CRYPTO_malloc_debug_init(); - CRYPTO_set_mem_debug_options(V_CRYPTO_MDEBUG_ALL); + CRYPTO_set_mem_debug(1); CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON); if ( !test_ASYNC_init()