]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/apps.h
Make the necessary changes to work with the recent "ex_data" overhaul.
[thirdparty/openssl.git] / apps / apps.h
index de136f453bd9aa2d89107590f7a02a9160000d49..869b13d7a9d3b0a73ef8e8c1ed0d4b7054080564 100644 (file)
@@ -140,7 +140,7 @@ extern BIO *bio_err;
                ENGINE_load_builtin_engines(); setup_ui_method(); } while(0)
 #  endif
 #  define apps_shutdown() \
-               destroy_ui_method()
+               do { destroy_ui_method(); CRYPTO_cleanup_all_ex_data(); } while(0)
 #endif
 
 typedef struct args_st