Commit edbd014e78 for openssl.org

commit edbd014e78388189e452445bc431f73b13cf63bc
Author: Tomas Mraz <tomas@openssl.foundation>
Date:   Mon Jun 15 10:54:02 2026 +0200

    Fix no-psk build

    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)

diff --git a/test/recipes/70-test_tlspskext.t b/test/recipes/70-test_tlspskext.t
index 980aab2cb4..9c909e5e80 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"));