diff options
-rw-r--r-- | src/regress/lib/libcrypto/Makefile | 3 |
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 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aes | 4 | SUBDIR += aes |
@@ -9,6 +9,7 @@ SUBDIR += bf | |||
9 | SUBDIR += bio | 9 | SUBDIR += bio |
10 | SUBDIR += bn | 10 | SUBDIR += bn |
11 | SUBDIR += CA | 11 | SUBDIR += CA |
12 | SUBDIR += c2sp | ||
12 | SUBDIR += cast | 13 | SUBDIR += cast |
13 | SUBDIR += certs | 14 | SUBDIR += certs |
14 | SUBDIR += chacha | 15 | SUBDIR += chacha |