summaryrefslogtreecommitdiffstats
path: root/crypto/evp/c_alld.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-07-08 08:50:53 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-07-08 08:50:53 +0000
commitc155d83f5bf3285daddf1a92e836dc238560afca (patch)
tree19c883d2126ebd8b1cba4f9b320c3691a679caeb /crypto/evp/c_alld.c
parent5a03e3ac3f51a026813afa603bf1aa7de3d7ddd1 (diff)
Delete MD2 from algorithm tables and default compilation.
Diffstat (limited to 'crypto/evp/c_alld.c')
-rw-r--r--crypto/evp/c_alld.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/evp/c_alld.c b/crypto/evp/c_alld.c
index aa565a652d..311e1fe2f8 100644
--- a/crypto/evp/c_alld.c
+++ b/crypto/evp/c_alld.c
@@ -64,9 +64,6 @@
void OpenSSL_add_all_digests(void)
{
-#ifndef OPENSSL_NO_MD2
- EVP_add_digest(EVP_md2());
-#endif
#ifndef OPENSSL_NO_MD4
EVP_add_digest(EVP_md4());
#endif