diff options
author | tb <> | 2022-09-02 13:45:18 +0000 |
---|---|---|
committer | tb <> | 2022-09-02 13:45:18 +0000 |
commit | 873fd0865e4287e048146b42525aed5f7357ec8f (patch) | |
tree | 37b28f66d82171b387e28ee1ee4834edf7bae915 /src | |
parent | 69749703965410f8546c44805b4ddec69f047ac9 (diff) | |
download | openbsd-873fd0865e4287e048146b42525aed5f7357ec8f.tar.gz openbsd-873fd0865e4287e048146b42525aed5f7357ec8f.tar.bz2 openbsd-873fd0865e4287e048146b42525aed5f7357ec8f.zip |
Unhook the old md4 and md5 tests
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile index 5448760a8f..bda6d5f660 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.47 2022/09/02 13:38:56 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.48 2022/09/02 13:45:18 tb Exp $ |
2 | 2 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aeswrap | 4 | SUBDIR += aeswrap |
@@ -33,8 +33,6 @@ SUBDIR += idea | |||
33 | SUBDIR += ige | 33 | SUBDIR += ige |
34 | SUBDIR += init | 34 | SUBDIR += init |
35 | SUBDIR += md | 35 | SUBDIR += md |
36 | SUBDIR += md4 | ||
37 | SUBDIR += md5 | ||
38 | SUBDIR += objects | 36 | SUBDIR += objects |
39 | SUBDIR += pbkdf2 | 37 | SUBDIR += pbkdf2 |
40 | SUBDIR += pem | 38 | SUBDIR += pem |