summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-07-08 08:33:27 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-07-08 08:33:27 +0000
commit2c5f3606d1dd86d5ca79bf169d25b366406d196f (patch)
tree3e48aa7212c448673b75d5df14e19777629fa5ef /crypto
parent16494898340f245367b4d07bc4943a52c9df545d (diff)
Remove MD2 from digest algorithm table. This follows the recommendation in
several places that it is not used in new applications.
Diffstat (limited to 'crypto')
-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 d270b0ee03..e0841d12f2 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