summaryrefslogtreecommitdiffstats
path: root/test/recipes/90-test_sslprovider.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/90-test_sslprovider.t')
-rw-r--r--test/recipes/90-test_sslprovider.t3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/recipes/90-test_sslprovider.t b/test/recipes/90-test_sslprovider.t
index 793756bc6d..1a2a28557e 100644
--- a/test/recipes/90-test_sslprovider.t
+++ b/test/recipes/90-test_sslprovider.t
@@ -23,9 +23,6 @@ plan skip_all => "No TLS/SSL protocols are supported by this OpenSSL build"
plan tests => 3;
-$ENV{OPENSSL_MODULES} = bldtop_dir("providers");
-$ENV{OPENSSL_CONF_INCLUDE} = bldtop_dir("providers");
-
SKIP: {
skip "Skipping FIPS installation", 1
if disabled("fips");