summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 1b852968f2..a79a631eed 100644
--- a/src/regress/lib/libssl/Makefile
+++ b/src/regress/lib/libssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.48 2022/01/05 09:59:39 jsing Exp $ 1# $OpenBSD: Makefile,v 1.49 2022/08/27 09:23:17 jsing Exp $
2 2
3SUBDIR += api 3SUBDIR += api
4SUBDIR += asn1 4SUBDIR += asn1
@@ -9,6 +9,7 @@ SUBDIR += client
9SUBDIR += dtls 9SUBDIR += dtls
10SUBDIR += handshake 10SUBDIR += handshake
11SUBDIR += pqueue 11SUBDIR += pqueue
12SUBDIR += quic
12SUBDIR += record 13SUBDIR += record
13SUBDIR += record_layer 14SUBDIR += record_layer
14SUBDIR += server 15SUBDIR += server