提交 a25b265d 编写于 作者: B Bodo Möller

Use OpenSSL_add_all_algorithms instead of the backwards compatibility

alias SSLeay_add_all_algorithms
上级 d0a8af61
......@@ -122,15 +122,15 @@ extern BIO *bio_err;
# ifdef _O_BINARY
# define apps_startup() \
_fmode=_O_BINARY; do_pipe_sig(); CRYPTO_malloc_init(); \
SSLeay_add_all_algorithms(); ENGINE_load_builtin_engines()
OpenSSL_add_all_algorithms(); ENGINE_load_builtin_engines()
# else
# define apps_startup() \
_fmode=O_BINARY; do_pipe_sig(); CRYPTO_malloc_init(); \
SSLeay_add_all_algorithms(); ENGINE_load_builtin_engines()
OpenSSL_add_all_algorithms(); ENGINE_load_builtin_engines()
# endif
# else
# define apps_startup() \
do_pipe_sig(); SSLeay_add_all_algorithms(); \
do_pipe_sig(); OpenSSL_add_all_algorithms(); \
ENGINE_load_builtin_engines()
# endif
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册