summaryrefslogtreecommitdiff
path: root/lib/libcrypto/evp
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-05-17 16:00:54 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-05-17 16:00:54 +0000
commit84f056db24ea54be4bf9bd3cf2462284ca521259 (patch)
tree6761e0c106f41e093fa05b48b7744b7c41098288 /lib/libcrypto/evp
parent58aafd8f347fd6f2588d6edf4cbeb1af5447ed69 (diff)
no no md2
Diffstat (limited to 'lib/libcrypto/evp')
-rw-r--r--lib/libcrypto/evp/evp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libcrypto/evp/evp.h b/lib/libcrypto/evp/evp.h
index 25a495b32f4..5cd125894fc 100644
--- a/lib/libcrypto/evp/evp.h
+++ b/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