diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/src/crypto/evp/evp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libssl/src/crypto/evp/evp.h b/src/lib/libssl/src/crypto/evp/evp.h index 25a495b32f..5cd125894f 100644 --- a/src/lib/libssl/src/crypto/evp/evp.h +++ b/src/lib/libssl/src/crypto/evp/evp.h | |||
@@ -646,9 +646,6 @@ void BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k, | |||
646 | #endif | 646 | #endif |
647 | 647 | ||
648 | const EVP_MD *EVP_md_null(void); | 648 | const EVP_MD *EVP_md_null(void); |
649 | #ifndef OPENSSL_NO_MD2 | ||
650 | const EVP_MD *EVP_md2(void); | ||
651 | #endif | ||
652 | #ifndef OPENSSL_NO_MD4 | 649 | #ifndef OPENSSL_NO_MD4 |
653 | const EVP_MD *EVP_md4(void); | 650 | const EVP_MD *EVP_md4(void); |
654 | #endif | 651 | #endif |