]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
typo OpenSSL-fips-2_0-rc8
authorDr. Stephen Henson <steve@openssl.org>
Tue, 3 Jan 2012 19:43:06 +0000 (19:43 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 3 Jan 2012 19:43:06 +0000 (19:43 +0000)
util/fipslink.pl

index 262d691d1b82b8e94f4b4de912574d6498859343..fd8b52ea0d5860304a6b775c113ca0c4026fd861 100644 (file)
@@ -60,10 +60,10 @@ die "Second stage Compile failure" if $? != 0;
 my $delcnt = 0;
 # On windows the previous file doesn't always close straight away
 # so retry an unlink operation a few times if it fails.
-while (!unlink($target))
+while (!unlink($fips_target))
         {
         sleep 2;
-        die "Can't delete $target" if ($delcnt++ > 10);
+        die "Can't delete $fips_target" if ($delcnt++ > 10);
         }