Ensure CRYPTO_mem_leaks is the last thing we do
authorMatt Caswell <matt@openssl.org>
Wed, 9 Mar 2016 00:03:50 +0000 (00:03 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 9 Mar 2016 01:14:57 +0000 (01:14 +0000)
commitbfd53c32cd840ed381ba557c4de8f21e3615655c
treeb133072050967890c5810302d353eb32fa665936
parentf58cee8fb47da29ec44e3429e8cf630afd046b79
Ensure CRYPTO_mem_leaks is the last thing we do

CRYPTO_mem_leaks de-inits the library, so we must not do anything
interesting after we've used it!

Reviewed-by: Rich Salz <rsalz@openssl.org>
test/exptest.c