From: Tomas Mraz Date: Mon, 15 Jun 2026 08:54:02 +0000 (+0200) Subject: Fix no-psk build X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=edbd014e78388189e452445bc431f73b13cf63bc;p=thirdparty%2Fopenssl.git Fix no-psk build Fixes ab6f5e915b6869ea5d15df14976a1499031b9366 Reviewed-by: Eugene Syromiatnikov Reviewed-by: Daniel Kubec MergeDate: Mon Jun 15 14:46:44 2026 (Merged from https://github.com/openssl/openssl/pull/31507) --- diff --git a/test/recipes/70-test_tlspskext.t b/test/recipes/70-test_tlspskext.t index 980aab2cb47..9c909e5e802 100644 --- a/test/recipes/70-test_tlspskext.t +++ b/test/recipes/70-test_tlspskext.t @@ -24,6 +24,8 @@ plan skip_all => "No TLS protocols are supported by this OpenSSL build" if alldisabled(available_protocols("tls")); plan skip_all => "$test_name needs the module feature enabled" if disabled("module"); +plan skip_all => "$test_name needs the psk feature enabled" + if disabled("psk"); $ENV{OPENSSL_MODULES} = abs_path(bldtop_dir("test"));