From 82e342ca65dd15740280186423566df4a8b7b0d7 Mon Sep 17 00:00:00 2001 From: tedu <> Date: Sat, 17 May 2014 16:00:53 +0000 Subject: no no md2 --- src/lib/libcrypto/evp/evp.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/libcrypto/evp') diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h index 25a495b32f..5cd125894f 100644 --- a/src/lib/libcrypto/evp/evp.h +++ b/src/lib/libcrypto/evp/evp.h @@ -646,9 +646,6 @@ void BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k, #endif const EVP_MD *EVP_md_null(void); -#ifndef OPENSSL_NO_MD2 -const EVP_MD *EVP_md2(void); -#endif #ifndef OPENSSL_NO_MD4 const EVP_MD *EVP_md4(void); #endif -- cgit v1.2.3-55-g6feb