提交 bdb61713 编写于 作者: L Lutz Jänicke

OpenSSL_add_all_algorithms has been replaced by configuration dependent

functions and is redirected by macros. Switch it off now, possible removal
later.
上级 1d4547a4
...@@ -60,13 +60,14 @@ ...@@ -60,13 +60,14 @@
#include "cryptlib.h" #include "cryptlib.h"
#include <openssl/evp.h> #include <openssl/evp.h>
#if 0
#undef OpenSSL_add_all_algorithms #undef OpenSSL_add_all_algorithms
void OpenSSL_add_all_algorithms(void);
void OpenSSL_add_all_algorithms(void) void OpenSSL_add_all_algorithms(void)
{ {
OPENSSL_add_all_algorithms_noconf(); OPENSSL_add_all_algorithms_noconf();
} }
#endif
void OPENSSL_add_all_algorithms_noconf(void) void OPENSSL_add_all_algorithms_noconf(void)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册