]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
restore previous revision -- memory leak should be fixed in mem.c
authorBodo Möller <bodo@openssl.org>
Mon, 10 Sep 2001 18:47:33 +0000 (18:47 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 10 Sep 2001 18:47:33 +0000 (18:47 +0000)
apps/openssl.c

index 58f8bb73a10fed6c9401de7a10cb42eaee3ae8f7..d34169d3f3865e014ea4ccb0bce477096887fc59 100644 (file)
@@ -353,10 +353,10 @@ end:
        ERR_remove_state(0);
 
        EVP_cleanup();
-        ENGINE_cleanup();
-       
        ERR_free_strings();
        
+       ENGINE_cleanup();
+
        apps_shutdown();
 
        CRYPTO_mem_leaks(bio_err);