OpenSSL_add_all_algorithms has been replaced by configuration dependent
functions and is redirected by macros. Switch it off now, possible removal later.
This commit is contained in:
parent
1d4547a43d
commit
bdb6171334
1 changed files with 2 additions and 1 deletions
|
@ -60,13 +60,14 @@
|
|||
#include "cryptlib.h"
|
||||
#include <openssl/evp.h>
|
||||
|
||||
#if 0
|
||||
#undef OpenSSL_add_all_algorithms
|
||||
void OpenSSL_add_all_algorithms(void);
|
||||
|
||||
void OpenSSL_add_all_algorithms(void)
|
||||
{
|
||||
OPENSSL_add_all_algorithms_noconf();
|
||||
}
|
||||
#endif
|
||||
|
||||
void OPENSSL_add_all_algorithms_noconf(void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue