summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2022-09-02 13:45:18 +0000
committertb <>2022-09-02 13:45:18 +0000
commitc774686171113dd2bff88a75aa40a8d83e3fa99c (patch)
tree37b28f66d82171b387e28ee1ee4834edf7bae915
parentf0faf4f1dc2213bc86e14491ae6082cdc37e35ec (diff)
downloadopenbsd-c774686171113dd2bff88a75aa40a8d83e3fa99c.tar.gz
openbsd-c774686171113dd2bff88a75aa40a8d83e3fa99c.tar.bz2
openbsd-c774686171113dd2bff88a75aa40a8d83e3fa99c.zip
Unhook the old md4 and md5 tests
-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