summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/apps/apps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/apps/apps.h')
-rw-r--r--src/lib/libssl/src/apps/apps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libssl/src/apps/apps.h b/src/lib/libssl/src/apps/apps.h
index c1ca99da12..3aeb46c4e2 100644
--- a/src/lib/libssl/src/apps/apps.h
+++ b/src/lib/libssl/src/apps/apps.h
@@ -188,6 +188,7 @@ extern BIO *bio_err;
188 do { CONF_modules_unload(1); destroy_ui_method(); \ 188 do { CONF_modules_unload(1); destroy_ui_method(); \
189 OBJ_cleanup(); EVP_cleanup(); ENGINE_cleanup(); \ 189 OBJ_cleanup(); EVP_cleanup(); ENGINE_cleanup(); \
190 CRYPTO_cleanup_all_ex_data(); ERR_remove_thread_state(NULL); \ 190 CRYPTO_cleanup_all_ex_data(); ERR_remove_thread_state(NULL); \
191 RAND_cleanup(); \
191 ERR_free_strings(); zlib_cleanup();} while(0) 192 ERR_free_strings(); zlib_cleanup();} while(0)
192# else 193# else
193# define apps_startup() \ 194# define apps_startup() \
@@ -198,6 +199,7 @@ extern BIO *bio_err;
198 do { CONF_modules_unload(1); destroy_ui_method(); \ 199 do { CONF_modules_unload(1); destroy_ui_method(); \
199 OBJ_cleanup(); EVP_cleanup(); \ 200 OBJ_cleanup(); EVP_cleanup(); \
200 CRYPTO_cleanup_all_ex_data(); ERR_remove_thread_state(NULL); \ 201 CRYPTO_cleanup_all_ex_data(); ERR_remove_thread_state(NULL); \
202 RAND_cleanup(); \
201 ERR_free_strings(); zlib_cleanup(); } while(0) 203 ERR_free_strings(); zlib_cleanup(); } while(0)
202# endif 204# endif
203#endif 205#endif