mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
Disable 82-test_tfo_cli if tfo is not enabled.
Fixes #18306 Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18351)
This commit is contained in:
parent
aac6ae3774
commit
be4b2ed2fb
@ -15,6 +15,7 @@ use OpenSSL::Test::Utils;
|
||||
|
||||
setup("test_tfo");
|
||||
|
||||
plan skip_all => "test_tfo_cli needs tfo enabled" if disabled("tfo");
|
||||
plan skip_all => "test_tfo_cli needs sock enabled" if disabled("sock");
|
||||
plan skip_all => "test_tfo_cli needs tls < 1.3 enabled"
|
||||
if disabled("tls1") && disabled("tls1_1") && disabled("tls1_2");
|
||||
|
Loading…
Reference in New Issue
Block a user