X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=test%2Frecipes%2F80-test_ca.t;h=ff6eb657115e9f967b50550cd9be1b80df491934;hb=b0700d2c8de79252ba605748a075cf2e5d670da1;hp=f57fb3cdb6068faab299a6786cce5e5432daeee3;hpb=87d9cafa332bd006086b56dc645c03fe7cfed654;p=openssl.git diff --git a/test/recipes/80-test_ca.t b/test/recipes/80-test_ca.t index f57fb3cdb6..ff6eb65711 100644 --- a/test/recipes/80-test_ca.t +++ b/test/recipes/80-test_ca.t @@ -21,17 +21,17 @@ remove_tree("demoCA", { safe => 0 }); plan tests => 4; SKIP: { - $ENV{SSLEAY_CONFIG} = "-config ".top_file("test", "CAss.cnf"); + $ENV{OPENSSL_CONFIG} = "-config ".top_file("test", "CAss.cnf"); skip "failed creating CA structure", 3 if !is(system("$perl ".$CA_pl." -newca < ".devnull()." 2>&1"), 0, 'creating CA structure'); - $ENV{SSLEAY_CONFIG} = "-config ".top_file("test", "Uss.cnf"); + $ENV{OPENSSL_CONFIG} = "-config ".top_file("test", "Uss.cnf"); skip "failed creating new certificate request", 2 if !is(system("$perl ".$CA_pl." -newreq 2>&1"), 0, 'creating new certificate request'); - $ENV{SSLEAY_CONFIG} = "-config ".$std_openssl_cnf; + $ENV{OPENSSL_CONFIG} = "-config ".$std_openssl_cnf; skip "failed to sign certificate request", 1 if !is(yes("$perl ".$CA_pl." -sign 2>&1"), 0, 'signing certificate request');