projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a1dcb2
)
OpenSSL_add_all_algorithms has been replaced by configuration dependent
author
Lutz Jänicke
<jaenicke@openssl.org>
Sun, 16 Jun 2002 10:16:42 +0000
(10:16 +0000)
committer
Lutz Jänicke
<jaenicke@openssl.org>
Sun, 16 Jun 2002 10:16:42 +0000
(10:16 +0000)
functions and is redirected by macros. Switch it off now, possible removal
later.
Submitted by:
Reviewed by:
PR:
crypto/evp/c_all.c
patch
|
blob
|
history
diff --git
a/crypto/evp/c_all.c
b/crypto/evp/c_all.c
index a3476de5555f29c8b08c02ea4ad377fd03c4cb2e..2d3e57c4fae371e560ea3d6f91c535054a309aeb 100644
(file)
--- 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)
{