enable leak checking for danetest
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
c26e536986
commit
e51511ce49
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue