diff options
| author | tb <> | 2022-07-20 14:50:31 +0000 |
|---|---|---|
| committer | tb <> | 2022-07-20 14:50:31 +0000 |
| commit | 34f33675fbe94525909384280b460a275a65d2e3 (patch) | |
| tree | 9d83d1486bb47878a3b58e922c30c6318491b79a /src | |
| parent | 3d3ce02b71a03f35db0e4017c1052ed164f1219c (diff) | |
| download | openbsd-34f33675fbe94525909384280b460a275a65d2e3.tar.gz openbsd-34f33675fbe94525909384280b460a275a65d2e3.tar.bz2 openbsd-34f33675fbe94525909384280b460a275a65d2e3.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 |
