]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix no-psk build
authorTomas Mraz <tomas@openssl.foundation>
Mon, 15 Jun 2026 08:54:02 +0000 (10:54 +0200)
committerTomas Mraz <tomas@openssl.foundation>
Mon, 15 Jun 2026 14:46:40 +0000 (16:46 +0200)
Fixes ab6f5e915b6869ea5d15df14976a1499031b9366

Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Daniel Kubec <kubec@openssl.foundation>
MergeDate: Mon Jun 15 14:46:44 2026
(Merged from https://github.com/openssl/openssl/pull/31507)

test/recipes/70-test_tlspskext.t

index 980aab2cb47bc6d18c44e41aa522e8db2a747cff..9c909e5e8022ac970cc0d84722812480b22f0119 100644 (file)
@@ -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"));