From 9a82ef5255b35a24a8cc83ccb627456a083df6c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lutz=20J=C3=A4nicke?= Date: Sun, 16 Jun 2002 10:16:42 +0000 Subject: [PATCH] OpenSSL_add_all_algorithms has been replaced by configuration dependent functions and is redirected by macros. Switch it off now, possible removal later. Submitted by: Reviewed by: PR: --- crypto/evp/c_all.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +#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) { -- 2.25.1