summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2022-07-20 14:50:31 +0000
committertb <>2022-07-20 14:50:31 +0000
commit72933d45e6e36b8ba55d051910e8c68bb6042600 (patch)
tree9d83d1486bb47878a3b58e922c30c6318491b79a /src
parent092061456d6b13c6cbba85209f26edbbd36c79f8 (diff)
downloadopenbsd-72933d45e6e36b8ba55d051910e8c68bb6042600.tar.gz
openbsd-72933d45e6e36b8ba55d051910e8c68bb6042600.tar.bz2
openbsd-72933d45e6e36b8ba55d051910e8c68bb6042600.zip
link ssl_set_alpn_protos to regress
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/unit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/unit/Makefile b/src/regress/lib/libssl/unit/Makefile
index a1935bbd88..fbd07e556b 100644
--- a/src/regress/lib/libssl/unit/Makefile
+++ b/src/regress/lib/libssl/unit/Makefile
@@ -1,8 +1,9 @@
1# $OpenBSD: Makefile,v 1.12 2021/05/03 23:42:04 inoguchi Exp $ 1# $OpenBSD: Makefile,v 1.13 2022/07/20 14:50:31 tb Exp $
2 2
3TEST_CASES+= cipher_list 3TEST_CASES+= cipher_list
4TEST_CASES+= ssl_get_shared_ciphers 4TEST_CASES+= ssl_get_shared_ciphers
5TEST_CASES+= ssl_methods 5TEST_CASES+= ssl_methods
6TEST_CASES+= ssl_set_alpn_protos
6TEST_CASES+= ssl_versions 7TEST_CASES+= ssl_versions
7TEST_CASES+= tls_ext_alpn 8TEST_CASES+= tls_ext_alpn
8TEST_CASES+= tls_prf 9TEST_CASES+= tls_prf