summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile
diff options
context:
space:
mode:
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