summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-06-16 10:18:25 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-06-16 10:18:25 +0000
commitbdb6171334b414eaf29754fecb3b38144b7c6444 (patch)
tree842f75555ebcc666cbcc50be7b9128c875949fa7 /crypto
parent1d4547a43d7df83c8f0e78b9c3434186859caf5b (diff)
OpenSSL_add_all_algorithms has been replaced by configuration dependent
functions and is redirected by macros. Switch it off now, possible removal later.
Diffstat (limited to 'crypto')
-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)
{