summaryrefslogtreecommitdiffstats
path: root/test/ecdhtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ecdhtest.c')
-rw-r--r--test/ecdhtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ecdhtest.c b/test/ecdhtest.c
index c299c32d95..8be4e50094 100644
--- a/test/ecdhtest.c
+++ b/test/ecdhtest.c
@@ -516,7 +516,7 @@ int main(int argc, char *argv[])
BIO_free(out);
CRYPTO_cleanup_all_ex_data();
ERR_remove_thread_state(NULL);
-#ifdef CRYPTO_MDEBUG
+#ifndef OPENSSL_NO_CRYPTO_MDEBUG
CRYPTO_mem_leaks_fp(stderr);
#endif
EXIT(ret);