diff options
-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 |