From bdb6171334b414eaf29754fecb3b38144b7c6444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lutz=20J=C3=A4nicke?= Date: Sun, 16 Jun 2002 10:18:25 +0000 Subject: OpenSSL_add_all_algorithms has been replaced by configuration dependent functions and is redirected by macros. Switch it off now, possible removal later. --- crypto/evp/c_all.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto') 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) { -- cgit v1.2.3