diff options
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-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 7ec659bfc2..6f7b024c47 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.40 2020/09/18 10:19:31 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.41 2020/12/26 00:48:56 bluhm Exp $ |
2 | 2 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aeswrap | 4 | SUBDIR += aeswrap |
@@ -7,6 +7,7 @@ SUBDIR += base64 | |||
7 | SUBDIR += bf | 7 | SUBDIR += bf |
8 | SUBDIR += bio | 8 | SUBDIR += bio |
9 | SUBDIR += bn | 9 | SUBDIR += bn |
10 | SUBDIR += CA | ||
10 | SUBDIR += cast | 11 | SUBDIR += cast |
11 | SUBDIR += certs | 12 | SUBDIR += certs |
12 | SUBDIR += chacha | 13 | SUBDIR += chacha |