diff options
author | tb <> | 2022-07-20 14:50:31 +0000 |
---|---|---|
committer | tb <> | 2022-07-20 14:50:31 +0000 |
commit | 72933d45e6e36b8ba55d051910e8c68bb6042600 (patch) | |
tree | 9d83d1486bb47878a3b58e922c30c6318491b79a /src | |
parent | 092061456d6b13c6cbba85209f26edbbd36c79f8 (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | TEST_CASES+= cipher_list | 3 | TEST_CASES+= cipher_list |
4 | TEST_CASES+= ssl_get_shared_ciphers | 4 | TEST_CASES+= ssl_get_shared_ciphers |
5 | TEST_CASES+= ssl_methods | 5 | TEST_CASES+= ssl_methods |
6 | TEST_CASES+= ssl_set_alpn_protos | ||
6 | TEST_CASES+= ssl_versions | 7 | TEST_CASES+= ssl_versions |
7 | TEST_CASES+= tls_ext_alpn | 8 | TEST_CASES+= tls_ext_alpn |
8 | TEST_CASES+= tls_prf | 9 | TEST_CASES+= tls_prf |