summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-07-15 19:32:54 +0000
committertb <>2023-07-15 19:32:54 +0000
commit3d9b335e33dfd0b43e28c53a810ad22b10dcf58a (patch)
tree5f43f45fd74e21cb0247bc8218b00134b87dff46 /src
parentc0838c50e462ecaf43e7094db421de781b35477b (diff)
downloadopenbsd-3d9b335e33dfd0b43e28c53a810ad22b10dcf58a.tar.gz
openbsd-3d9b335e33dfd0b43e28c53a810ad22b10dcf58a.tar.bz2
openbsd-3d9b335e33dfd0b43e28c53a810ad22b10dcf58a.zip
Link symbols test to build
Diffstat (limited to 'src')
-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 b9e2afd2e0..35323e2c40 100644
--- a/src/regress/lib/libssl/Makefile
+++ b/src/regress/lib/libssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.53 2023/07/12 07:03:24 tb Exp $ 1# $OpenBSD: Makefile,v 1.54 2023/07/15 19:32:54 tb Exp $
2 2
3SUBDIR += api 3SUBDIR += api
4SUBDIR += asn1 4SUBDIR += asn1
@@ -15,6 +15,7 @@ SUBDIR += record
15SUBDIR += record_layer 15SUBDIR += record_layer
16SUBDIR += server 16SUBDIR += server
17SUBDIR += ssl 17SUBDIR += ssl
18SUBDIR += symbols
18SUBDIR += tls 19SUBDIR += tls
19SUBDIR += tlsext 20SUBDIR += tlsext
20SUBDIR += tlslegacy 21SUBDIR += tlslegacy