Commit 90d48e5e authored by Richard Levitte's avatar Richard Levitte
Browse files

Use the new OpenSSL::Test::Utils routines.

parent 96d2d7bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ plan skip_all => "$test_name needs the engine feature enabled"
    if disabled("engine");

plan skip_all => "$test_name can only be performed with OpenSSL configured shared"
    if config("no_shared");
    if disabled("shared");

$ENV{OPENSSL_ENGINES} = top_dir("engines");
$ENV{OPENSSL_ia32cap} = '~0x200000200000000';
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ plan skip_all => "$test_name needs the engine feature enabled"
    if disabled("engine");

plan skip_all => "$test_name can only be performed with OpenSSL configured shared"
    if config("no_shared");
    if disabled("shared");

$ENV{OPENSSL_ENGINES} = top_dir("engines");
$ENV{OPENSSL_ia32cap} = '~0x200000200000000';
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ plan skip_all => "$test_name needs the engine feature enabled"
    if disabled("engine");

plan skip_all => "$test_name can only be performed with OpenSSL configured shared"
    if config("no_shared");
    if disabled("shared");

$ENV{OPENSSL_ENGINES} = top_dir("engines");
$ENV{OPENSSL_ia32cap} = '~0x200000200000000';
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ plan skip_all => "$test_name needs the engine feature enabled"
    if disabled("engine");

plan skip_all => "$test_name can only be performed with OpenSSL configured shared"
    if config("no_shared");
    if disabled("shared");

plan skip_all => "dh is not supported by this OpenSSL build"
    if disabled("dh");
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ plan skip_all => "$test_name needs the engine feature enabled"
    if disabled("engine");

plan skip_all => "$test_name can only be performed with OpenSSL configured shared"
    if config("no_shared");
    if disabled("shared");

$ENV{OPENSSL_ENGINES} = top_dir("engines");
$ENV{OPENSSL_ia32cap} = '~0x200000200000000';
Loading