summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2022-09-01 14:03:29 +0000
committertb <>2022-09-01 14:03:29 +0000
commitc87a5bd4852abc7baefa790a72545c97c889ef08 (patch)
treef44af76e2dff1a881c6f212141f5a57939980521
parenteeb9bdf27eeec2d68b81441ac1bd50cf7ae4188e (diff)
downloadopenbsd-c87a5bd4852abc7baefa790a72545c97c889ef08.tar.gz
openbsd-c87a5bd4852abc7baefa790a72545c97c889ef08.tar.bz2
openbsd-c87a5bd4852abc7baefa790a72545c97c889ef08.zip
Link sha test to regress
-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 c98dc2dc5c..319044c267 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.44 2022/06/28 15:46:07 bluhm Exp $ 1# $OpenBSD: Makefile,v 1.45 2022/09/01 14:03:29 tb Exp $
2 2
3SUBDIR += aead 3SUBDIR += aead
4SUBDIR += aeswrap 4SUBDIR += aeswrap
@@ -44,6 +44,7 @@ SUBDIR += rc2
44SUBDIR += rc4 44SUBDIR += rc4
45SUBDIR += rmd 45SUBDIR += rmd
46SUBDIR += rsa 46SUBDIR += rsa
47SUBDIR += sha
47SUBDIR += sha1 48SUBDIR += sha1
48SUBDIR += sha2 49SUBDIR += sha2
49SUBDIR += sha256 50SUBDIR += sha256