summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 99c380fecd..a757915327 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.50 2022/12/01 23:03:40 tb Exp $ 1# $OpenBSD: Makefile,v 1.51 2023/04/23 13:47:35 tb Exp $
2 2
3SUBDIR += aead 3SUBDIR += aead
4SUBDIR += aes 4SUBDIR += aes
@@ -9,6 +9,7 @@ SUBDIR += bf
9SUBDIR += bio 9SUBDIR += bio
10SUBDIR += bn 10SUBDIR += bn
11SUBDIR += CA 11SUBDIR += CA
12SUBDIR += c2sp
12SUBDIR += cast 13SUBDIR += cast
13SUBDIR += certs 14SUBDIR += certs
14SUBDIR += chacha 15SUBDIR += chacha