diff options
author | doug <> | 2015-09-13 23:36:21 +0000 |
---|---|---|
committer | doug <> | 2015-09-13 23:36:21 +0000 |
commit | 5e0ea5055e21b1f3526587a5a17702ab3fee3e49 (patch) | |
tree | 804e21f7971977c17340feffa6cc8840e09b3cfe /src/regress/lib/libcrypto/Makefile | |
parent | c221c5094439136f46f34e398f2908ca9b5bfb1d (diff) | |
download | openbsd-5e0ea5055e21b1f3526587a5a17702ab3fee3e49.tar.gz openbsd-5e0ea5055e21b1f3526587a5a17702ab3fee3e49.tar.bz2 openbsd-5e0ea5055e21b1f3526587a5a17702ab3fee3e49.zip |
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 'src/regress/lib/libcrypto/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile index a6c1bbffd3..d3d86ab6b2 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.19 2015/09/13 21:09:56 doug Exp $ | 1 | # $OpenBSD: Makefile,v 1.20 2015/09/13 23:36:21 doug Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aead \ | 4 | aead \ |
@@ -24,7 +24,6 @@ SUBDIR= \ | |||
24 | hmac \ | 24 | hmac \ |
25 | idea \ | 25 | idea \ |
26 | ige \ | 26 | ige \ |
27 | md4 \ | ||
28 | md5 \ | 27 | md5 \ |
29 | pbkdf2 \ | 28 | pbkdf2 \ |
30 | pkcs7 \ | 29 | pkcs7 \ |