Add memory leak return value.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 10 Jan 2016 23:25:07 +0000 (23:25 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 11 Jan 2016 02:41:16 +0000 (02:41 +0000)
Make CRYPTO_mem_leaks() and CRYPTO_mem_leaks_fp() return a status value.
Update documentation. Don't abort() if there are leaks.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>

No differences found