diff options
author | doug <> | 2015-09-14 01:45:03 +0000 |
---|---|---|
committer | doug <> | 2015-09-14 01:45:03 +0000 |
commit | ccf0b47cd77c8c167d186cc3f01dfc310ee5b29f (patch) | |
tree | 587478d440edfb518946564a3da5958afa932346 /src/regress/lib/libcrypto/Makefile | |
parent | 516aee833d4c8a3fa73b13184ca096bf2ad7f1f2 (diff) | |
download | openbsd-ccf0b47cd77c8c167d186cc3f01dfc310ee5b29f.tar.gz openbsd-ccf0b47cd77c8c167d186cc3f01dfc310ee5b29f.tar.bz2 openbsd-ccf0b47cd77c8c167d186cc3f01dfc310ee5b29f.zip |
Temporarily revive MD4 for MS CHAP support.
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile index d3d86ab6b2..3b84856435 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.20 2015/09/13 23:36:21 doug Exp $ | 1 | # $OpenBSD: Makefile,v 1.21 2015/09/14 01:45:03 doug Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aead \ | 4 | aead \ |
@@ -24,6 +24,7 @@ SUBDIR= \ | |||
24 | hmac \ | 24 | hmac \ |
25 | idea \ | 25 | idea \ |
26 | ige \ | 26 | ige \ |
27 | md4 \ | ||
27 | md5 \ | 28 | md5 \ |
28 | pbkdf2 \ | 29 | pbkdf2 \ |
29 | pkcs7 \ | 30 | pkcs7 \ |