summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/crypto/evp/evp.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libssl/src/crypto/evp/evp.h3
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
648const EVP_MD *EVP_md_null(void); 648const EVP_MD *EVP_md_null(void);
649#ifndef OPENSSL_NO_MD2
650const EVP_MD *EVP_md2(void);
651#endif
652#ifndef OPENSSL_NO_MD4 649#ifndef OPENSSL_NO_MD4
653const EVP_MD *EVP_md4(void); 650const EVP_MD *EVP_md4(void);
654#endif 651#endif