Clean up ENGINE before exiting.

This commit is contained in:
Richard Levitte 2001-04-26 16:08:10 +00:00
parent a679116f6f
commit 21023745e2

View File

@ -349,6 +349,8 @@ end:
EVP_cleanup();
ERR_free_strings();
ENGINE_cleanup();
CRYPTO_mem_leaks(bio_err);
if (bio_err != NULL)
{