summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2022-09-02 13:45:18 +0000
committertb <>2022-09-02 13:45:18 +0000
commit873fd0865e4287e048146b42525aed5f7357ec8f (patch)
tree37b28f66d82171b387e28ee1ee4834edf7bae915 /src
parent69749703965410f8546c44805b4ddec69f047ac9 (diff)
downloadopenbsd-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/Makefile4
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
3SUBDIR += aead 3SUBDIR += aead
4SUBDIR += aeswrap 4SUBDIR += aeswrap
@@ -33,8 +33,6 @@ SUBDIR += idea
33SUBDIR += ige 33SUBDIR += ige
34SUBDIR += init 34SUBDIR += init
35SUBDIR += md 35SUBDIR += md
36SUBDIR += md4
37SUBDIR += md5
38SUBDIR += objects 36SUBDIR += objects
39SUBDIR += pbkdf2 37SUBDIR += pbkdf2
40SUBDIR += pem 38SUBDIR += pem