jaenicke 16-Jun-2002 12:18:27
Modified: crypto/evp c_all.c
Log:
OpenSSL_add_all_algorithms has been replaced by configuration dependent
functions and is redirected by macros. Switch it off now, possible removal
later.
Revision Changes Path
1.10 +2 -1 openssl/crypto/evp/c_all.c
Index: c_all.c
===================================================================
RCS file: /e/openssl/cvs/openssl/crypto/evp/c_all.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- c_all.c 2002/06/14 19:01:52 1.9
+++ c_all.c 2002/06/16 10:18:25 1.10
@@ -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)
{
______________________________________________________________________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List openssl-cvs@xxxxxxxxxxx
Automated List Manager majordomo@xxxxxxxxxxx
|