summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/Makefile
diff options
context:
space:
mode:
authorjsing <>2022-11-05 21:58:24 +0000
committerjsing <>2022-11-05 21:58:24 +0000
commitcd2a00b8cc9ce9886d5724625ee5bf68cee44518 (patch)
tree73de0ff007ab0f1f1ad4a30a5dd5051a4b60b868 /src/regress/lib/libssl/Makefile
parentabe2a93fc705791f43b61086d2537bd1f4614a29 (diff)
downloadopenbsd-cd2a00b8cc9ce9886d5724625ee5bf68cee44518.tar.gz
openbsd-cd2a00b8cc9ce9886d5724625ee5bf68cee44518.tar.bz2
openbsd-cd2a00b8cc9ce9886d5724625ee5bf68cee44518.zip
Add regress coverage for TLS exporters.
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