mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Fix return code in CRYPTO_mem_leaks_fp()
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
541e9565bb
commit
c26e536986
@ -694,8 +694,8 @@ int CRYPTO_mem_leaks_fp(FILE *fp)
|
||||
BIO *b;
|
||||
int ret;
|
||||
|
||||
if (mh == NULL)
|
||||
return 0;
|
||||
if (mh == NULL && amih == NULL)
|
||||
return 1;
|
||||
/*
|
||||
* Need to turn off memory checking when allocated BIOs ... especially as
|
||||
* we're creating them at a time when we're trying to check we've not
|
||||
|
Loading…
Reference in New Issue
Block a user