From: Dr. Stephen Henson Date: Fri, 14 Oct 2011 15:15:20 +0000 (+0000) Subject: Don't use TPREFIX shell variable for minimal script. X-Git-Tag: OpenSSL-fips-2_0-rc1~59 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=41a846c694f93b073798bc7dd78a3cb465a27485 Don't use TPREFIX shell variable for minimal script. --- diff --git a/fips/fipsalgtest.pl b/fips/fipsalgtest.pl index 28dd315109..2f6c45f9ed 100644 --- a/fips/fipsalgtest.pl +++ b/fips/fipsalgtest.pl @@ -938,6 +938,7 @@ sub run_tests { my ( $tname, $tref ); my $bad = 0; my $lastdir = ""; + $stprefix = $tprefix unless defined $stprefix; if ($outfile ne "") { open OUT, ">$outfile" || die "Can't open $outfile"; } @@ -953,7 +954,6 @@ echo Running Algorithm Tests END } else { - $stprefix = $tprefix unless defined $stprefix; print OUT <