diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-05-17 16:00:54 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-05-17 16:00:54 +0000 |
commit | 84f056db24ea54be4bf9bd3cf2462284ca521259 (patch) | |
tree | 6761e0c106f41e093fa05b48b7744b7c41098288 /lib/libcrypto/evp | |
parent | 58aafd8f347fd6f2588d6edf4cbeb1af5447ed69 (diff) |
no no md2
Diffstat (limited to 'lib/libcrypto/evp')
-rw-r--r-- | lib/libcrypto/evp/evp.h | 3 |
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 |