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:
Lutz Jänicke 2002-06-16 10:18:25 +00:00
parent 1d4547a43d
commit bdb6171334

View file

@ -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)
{