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 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
3SUBDIR += aead 3SUBDIR += aead
4SUBDIR += aeswrap 4SUBDIR += aeswrap
@@ -7,6 +7,7 @@ SUBDIR += base64
7SUBDIR += bf 7SUBDIR += bf
8SUBDIR += bio 8SUBDIR += bio
9SUBDIR += bn 9SUBDIR += bn
10SUBDIR += CA
10SUBDIR += cast 11SUBDIR += cast
11SUBDIR += certs 12SUBDIR += certs
12SUBDIR += chacha 13SUBDIR += chacha