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/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile
index c1a6018f98..d6dbc2f8eb 100644
--- a/src/regress/lib/libssl/Makefile
+++ b/src/regress/lib/libssl/Makefile
@@ -1,12 +1,11 @@
1# $OpenBSD: Makefile,v 1.56 2024/03/26 01:18:16 beck Exp $ 1# $OpenBSD: Makefile,v 1.57 2024/04/22 07:31:54 anton Exp $
2 2
3SUBDIR += api 3SUBDIR += api
4SUBDIR += asn1 4SUBDIR += asn1
5SUBDIR += buffer 5SUBDIR += buffer
6SUBDIR += bytestring 6SUBDIR += bytestring
7SUBDIR += ciphers 7SUBDIR += ciphers
8#Disable for now for upcoming changes. This needs to be easier to deal with. 8SUBDIR += client
9#SUBDIR += client
10SUBDIR += dtls 9SUBDIR += dtls
11SUBDIR += exporter 10SUBDIR += exporter
12SUBDIR += handshake 11SUBDIR += handshake