summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/danetest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/danetest.c b/test/danetest.c
index 5c4a785c00..92a3b1ba33 100644
--- a/test/danetest.c
+++ b/test/danetest.c
@@ -474,6 +474,7 @@ int main(int argc, char *argv[])
p = getenv("OPENSSL_DEBUG_MEMORY");
if (p != NULL && strcmp(p, "on") == 0)
CRYPTO_set_mem_debug(1);
+ CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
f = fopen(tlsafile, "r");
if (f == NULL) {