From: Richard Levitte Date: Thu, 26 Apr 2001 16:08:10 +0000 (+0000) Subject: Clean up ENGINE before exiting. X-Git-Tag: OpenSSL_0_9_6c~182^2~220 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=21023745e248c8e03273a063e0c99cbe86cb9cea;p=oweals%2Fopenssl.git Clean up ENGINE before exiting. --- diff --git a/apps/openssl.c b/apps/openssl.c index f65096a68b..6a94207848 100644 --- a/apps/openssl.c +++ b/apps/openssl.c @@ -349,6 +349,8 @@ end: EVP_cleanup(); ERR_free_strings(); + ENGINE_cleanup(); + CRYPTO_mem_leaks(bio_err); if (bio_err != NULL) {