ENGINE_register_all_complete() will register all implementations of all
[openssl.git] / apps / apps.h
index 810710909c35cbeece48c5f366abc4aad1fdec9e..57ca7659ae1861ebccaac2595c84fe83cf47a735 100644 (file)
@@ -127,20 +127,18 @@ extern BIO *bio_err;
 #      define apps_startup() \
                do { _fmode=_O_BINARY; do_pipe_sig(); CRYPTO_malloc_init(); \
                ERR_load_crypto_strings(); OpenSSL_add_all_algorithms(); \
-               ENGINE_load_builtin_engines(); ENGINE_register_all_complete(); \
-               setup_ui_method(); } while(0)
+               ENGINE_load_builtin_engines(); setup_ui_method(); } while(0)
 #    else
 #      define apps_startup() \
                do { _fmode=O_BINARY; do_pipe_sig(); CRYPTO_malloc_init(); \
                ERR_load_crypto_strings(); OpenSSL_add_all_algorithms(); \
-               ENGINE_load_builtin_engines(); ENGINE_register_all_complete(); \
-               setup_ui_method(); } while(0)
+               ENGINE_load_builtin_engines(); setup_ui_method(); } while(0)
 #    endif
 #  else
 #    define apps_startup() \
                do { do_pipe_sig(); OpenSSL_add_all_algorithms(); \
                ERR_load_crypto_strings(); ENGINE_load_builtin_engines(); \
-               ENGINE_register_all_complete(); setup_ui_method(); } while(0)
+               setup_ui_method(); } while(0)
 #  endif
 #  define apps_shutdown() \
                do { destroy_ui_method(); EVP_cleanup(); \