Import OpenSSL 1.1.0h
This commit is contained in:
@@ -12,7 +12,6 @@ use warnings;
|
||||
|
||||
use File::Compare qw/compare_text/;
|
||||
use File::Copy;
|
||||
use lib 'testlib';
|
||||
use OpenSSL::Test qw/:DEFAULT/;
|
||||
|
||||
my %conversionforms = (
|
||||
@@ -37,7 +36,7 @@ sub tconversion {
|
||||
+ $n # initial conversions from p to all forms (A)
|
||||
+ $n*$n # conversion from result of A to all forms (B)
|
||||
+ 1 # comparing original test file to p form of A
|
||||
+ $n*($n-1); # comparing first conversion to each fom in A with B
|
||||
+ $n*($n-1); # comparing first conversion to each form in A with B
|
||||
$totaltests-- if ($testtype eq "p7d"); # no comparison of original test file
|
||||
plan tests => $totaltests;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user