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.
This commit is contained in:
Dr. Stephen Henson
2009-07-08 08:49:17 +00:00
parent fc007d021e
commit 4e9de7aa3a
3 changed files with 3 additions and 9 deletions

View File

@@ -91,9 +91,6 @@ int SSL_library_init(void)
EVP_add_cipher(EVP_seed_cbc());
#endif
#ifndef OPENSSL_NO_MD2
EVP_add_digest(EVP_md2());
#endif
#ifndef OPENSSL_NO_MD5
EVP_add_digest(EVP_md5());
EVP_add_digest_alias(SN_md5,"ssl2-md5");