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)
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"));