Clean up ENGINE before exiting.
authorRichard Levitte <levitte@openssl.org>
Thu, 26 Apr 2001 16:08:10 +0000 (16:08 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 26 Apr 2001 16:08:10 +0000 (16:08 +0000)
apps/openssl.c

index f65096a68be712102227174d23dd43b15244c4ff..6a942078482e68896b53311e34e1748be001ca8b 100644 (file)
@@ -349,6 +349,8 @@ end:
        EVP_cleanup();
        ERR_free_strings();
        
+        ENGINE_cleanup();
+
        CRYPTO_mem_leaks(bio_err);
        if (bio_err != NULL)
                {