summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorjoshua <>2024-03-29 07:13:38 +0000
committerjoshua <>2024-03-29 07:13:38 +0000
commit4e40d1faca74d6bf4aa5fc3b7e2d64bf30ab4c07 (patch)
tree84d6ba652ef74865d856e75c4f25b8505f4eacf0 /src/regress/lib/libcrypto/Makefile
parent4ec549c6565a669978a6935c82214593858df970 (diff)
downloadopenbsd-4e40d1faca74d6bf4aa5fc3b7e2d64bf30ab4c07.tar.gz
openbsd-4e40d1faca74d6bf4aa5fc3b7e2d64bf30ab4c07.tar.bz2
openbsd-4e40d1faca74d6bf4aa5fc3b7e2d64bf30ab4c07.zip
Add table-driven Whirlpool tests
ok tb
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-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 32147fd48e..871ae2093a 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.55 2024/03/28 06:45:36 beck Exp $ 1# $OpenBSD: Makefile,v 1.56 2024/03/29 07:13:38 joshua Exp $
2 2
3SUBDIR += aead 3SUBDIR += aead
4SUBDIR += aes 4SUBDIR += aes
@@ -48,6 +48,7 @@ SUBDIR += sm3
48SUBDIR += sm4 48SUBDIR += sm4
49SUBDIR += symbols 49SUBDIR += symbols
50SUBDIR += utf8 50SUBDIR += utf8
51SUBDIR += whirlpool
51SUBDIR += wycheproof 52SUBDIR += wycheproof
52SUBDIR += x509 53SUBDIR += x509
53 54