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 07a35d983d..ff06e0b0ba 100644
--- a/src/regress/lib/libssl/Makefile
+++ b/src/regress/lib/libssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.46 2021/08/30 17:34:32 tb Exp $ 1# $OpenBSD: Makefile,v 1.47 2021/10/23 14:34:10 jsing Exp $
2 2
3SUBDIR += asn1 3SUBDIR += asn1
4SUBDIR += buffer 4SUBDIR += buffer
@@ -12,6 +12,7 @@ SUBDIR += record
12SUBDIR += record_layer 12SUBDIR += record_layer
13SUBDIR += server 13SUBDIR += server
14SUBDIR += ssl 14SUBDIR += ssl
15SUBDIR += tls
15SUBDIR += tlsext 16SUBDIR += tlsext
16SUBDIR += tlslegacy 17SUBDIR += tlslegacy
17SUBDIR += key_schedule 18SUBDIR += key_schedule