summaryrefslogtreecommitdiffstats
path: root/crypto/evp/c_alld.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-07-08 08:49:17 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-07-08 08:49:17 +0000
commit4e9de7aa3a12712d08b014af49a8ea54e9187cec (patch)
tree41061ec6101619b652e6c8beabca79bc5367be74 /crypto/evp/c_alld.c
parentfc007d021e81cd585446e0c62a6983321b76e5f0 (diff)
Delete MD2 from algorithm tables as in 0.9.8-stable. However since this is
a new branch we can also disable it by default.
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