diff options
author | tedu <> | 2014-05-17 16:00:53 +0000 |
---|---|---|
committer | tedu <> | 2014-05-17 16:00:53 +0000 |
commit | 79e9593ed1ba7556673f2652fa981270f29b65f4 (patch) | |
tree | 1e6ea7cf38cbb39bc396304844560c8d99b68598 /src/lib/libcrypto/evp/evp.h | |
parent | 1b6e6882093f526dfd8e0c850b5e3516a4110514 (diff) | |
download | openbsd-79e9593ed1ba7556673f2652fa981270f29b65f4.tar.gz openbsd-79e9593ed1ba7556673f2652fa981270f29b65f4.tar.bz2 openbsd-79e9593ed1ba7556673f2652fa981270f29b65f4.zip |
no no md2
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
-rw-r--r-- | src/lib/libcrypto/evp/evp.h | 3 |
1 files changed, 0 insertions, 3 deletions
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, | |||
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 |