diff --git a/test/recipes/90-test_gost.t b/test/recipes/90-test_gost.t index f2010967a2c6fbde2b859f238fc5b40ba6a43afd..fc91340223e84fb0088ffc56595e594b00b051e3 100644 --- a/test/recipes/90-test_gost.t +++ b/test/recipes/90-test_gost.t @@ -24,6 +24,9 @@ plan skip_all => "TLSv1.3 or TLSv1.2 are disabled in this OpenSSL build" plan skip_all => "EC is disabled in this OpenSSL build" if disabled("ec"); +#Gost engine uses some deprecated functions +plan skip_all => "Deprecated functions are disabled in this OpenSSL build" + if disabled("deprecated"); plan skip_all => "No test GOST engine found" if !$ENV{OPENSSL_GOST_ENGINE_SO};