diff options
Diffstat (limited to 'test/danetest.c')
-rw-r--r-- | test/danetest.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/danetest.c b/test/danetest.c index 636f629617..5c4a785c00 100644 --- a/test/danetest.c +++ b/test/danetest.c @@ -526,7 +526,8 @@ end: ERR_remove_thread_state(NULL); EVP_cleanup(); #ifndef OPENSSL_NO_CRYPTO_MDEBUG - CRYPTO_mem_leaks(bio_err); + if (CRYPTO_mem_leaks(bio_err) <= 0) + ret = 1; #endif BIO_free(bio_err); EXIT(ret); |