projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
409abd2
)
typo
OpenSSL-fips-2_0-rc8
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 3 Jan 2012 19:43:06 +0000
(19:43 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 3 Jan 2012 19:43:06 +0000
(19:43 +0000)
util/fipslink.pl
patch
|
blob
|
history
diff --git
a/util/fipslink.pl
b/util/fipslink.pl
index 262d691d1b82b8e94f4b4de912574d6498859343..fd8b52ea0d5860304a6b775c113ca0c4026fd861 100644
(file)
--- a/
util/fipslink.pl
+++ b/
util/fipslink.pl
@@
-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);
}