summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2022-09-02 13:38:56 +0000
committertb <>2022-09-02 13:38:56 +0000
commitf0faf4f1dc2213bc86e14491ae6082cdc37e35ec (patch)
treea1d2d2b9dc869b255bbab869369ee0d471c23d61 /src
parent4d0ba2b7122ee9309234107b9f794e82e8f82319 (diff)
downloadopenbsd-f0faf4f1dc2213bc86e14491ae6082cdc37e35ec.tar.gz
openbsd-f0faf4f1dc2213bc86e14491ae6082cdc37e35ec.tar.bz2
openbsd-f0faf4f1dc2213bc86e14491ae6082cdc37e35ec.zip
Link new md test to regress.
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile
index 35137403a5..5448760a8f 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.46 2022/09/02 11:16:03 tb Exp $ 1# $OpenBSD: Makefile,v 1.47 2022/09/02 13:38:56 tb Exp $
2 2
3SUBDIR += aead 3SUBDIR += aead
4SUBDIR += aeswrap 4SUBDIR += aeswrap
@@ -32,6 +32,7 @@ SUBDIR += hmac
32SUBDIR += idea 32SUBDIR += idea
33SUBDIR += ige 33SUBDIR += ige
34SUBDIR += init 34SUBDIR += init
35SUBDIR += md
35SUBDIR += md4 36SUBDIR += md4
36SUBDIR += md5 37SUBDIR += md5
37SUBDIR += objects 38SUBDIR += objects