Delete MD2 from algorithm tables as in 0.9.8-stable. However since this is
[openssl.git] / ssl / ssl_algs.c
index bd68999a5af3dc47d84c53963b7b6d2427fc9c2c..640f6cff5c9ce4d692a32e5edd1dc28637d0f96c 100644 (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");