summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/Makefile')
-rw-r--r--src/regress/lib/libssl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile
index 91ac8958e0..bae1248ab1 100644
--- a/src/regress/lib/libssl/Makefile
+++ b/src/regress/lib/libssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.50 2022/10/20 07:38:05 tb Exp $ 1# $OpenBSD: Makefile,v 1.51 2022/11/05 21:58:24 jsing Exp $
2 2
3SUBDIR += api 3SUBDIR += api
4SUBDIR += asn1 4SUBDIR += asn1
@@ -7,6 +7,7 @@ SUBDIR += bytestring
7SUBDIR += ciphers 7SUBDIR += ciphers
8SUBDIR += client 8SUBDIR += client
9SUBDIR += dtls 9SUBDIR += dtls
10SUBDIR += exporter
10SUBDIR += handshake 11SUBDIR += handshake
11SUBDIR += pqueue 12SUBDIR += pqueue
12SUBDIR += quic 13SUBDIR += quic