summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/evp/c_all.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/evp/c_all.c b/crypto/evp/c_all.c
index a3476de555..2d3e57c4fa 100644
--- a/crypto/evp/c_all.c
+++ b/crypto/evp/c_all.c
@@ -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)
{