From: Lutz Jänicke Date: Sun, 16 Jun 2002 10:16:42 +0000 (+0000) Subject: OpenSSL_add_all_algorithms has been replaced by configuration dependent X-Git-Tag: OpenSSL_0_9_7-beta2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9a82ef5255b35a24a8cc83ccb627456a083df6c8;p=oweals%2Fopenssl.git 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: --- 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) {