Loading test/recipes/80-test_tsa.t +4 −0 Original line number Diff line number Diff line Loading @@ -7,9 +7,13 @@ use POSIX; use File::Spec::Functions qw/splitdir curdir catfile/; use File::Compare; use OpenSSL::Test qw/:DEFAULT cmdstr srctop_file/; use OpenSSL::Test::Utils; setup("test_tsa"); plan skip_all => "TS is not supported by this OpenSSL build" if disabled("ts"); # All these are modified inside indir further down. They need to exist # here, however, to be available in all subroutines. my $testtsa; Loading Loading
test/recipes/80-test_tsa.t +4 −0 Original line number Diff line number Diff line Loading @@ -7,9 +7,13 @@ use POSIX; use File::Spec::Functions qw/splitdir curdir catfile/; use File::Compare; use OpenSSL::Test qw/:DEFAULT cmdstr srctop_file/; use OpenSSL::Test::Utils; setup("test_tsa"); plan skip_all => "TS is not supported by this OpenSSL build" if disabled("ts"); # All these are modified inside indir further down. They need to exist # here, however, to be available in all subroutines. my $testtsa; Loading