diff options
author | Doug Hogan <doug@cvs.openbsd.org> | 2015-09-13 23:36:22 +0000 |
---|---|---|
committer | Doug Hogan <doug@cvs.openbsd.org> | 2015-09-13 23:36:22 +0000 |
commit | 3cd50a41a1f4941b9b1b08420b9669a8d342d9a4 (patch) | |
tree | d0f0fb3a4c008e43c412df32bc4618eb818972c3 /lib/libcrypto/evp/evp.h | |
parent | 154f16cd313d000cbb3200f4f6c7bbf02755908e (diff) |
Remove MD4 support from LibreSSL.
MD4 should have been removed a long time ago. Also, RFC 6150 moved it to
historic in 2011. Rides the major crank from removing SHA-0.
Discussed with many including beck@, millert@, djm@, sthen@
ok jsing@, input + ok bcook@
Diffstat (limited to 'lib/libcrypto/evp/evp.h')
-rw-r--r-- | lib/libcrypto/evp/evp.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libcrypto/evp/evp.h b/lib/libcrypto/evp/evp.h index c9a11c3a5f7..381d4a45c19 100644 --- a/lib/libcrypto/evp/evp.h +++ b/lib/libcrypto/evp/evp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: evp.h,v 1.46 2015/09/13 21:09:56 doug Exp $ */ +/* $OpenBSD: evp.h,v 1.47 2015/09/13 23:36:21 doug Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -648,9 +648,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_MD4 -const EVP_MD *EVP_md4(void); -#endif #ifndef OPENSSL_NO_MD5 const EVP_MD *EVP_md5(void); #endif |