• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TLS/SSL and crypto library


Commit MetaInfo

Revisión24fadf2a20f50d5623f61f2cc08f95c22b5ba75c (tree)
Tiempo2012-01-04 04:43:06
AutorDr. Stephen Henson <steve@open...>
CommiterDr. Stephen Henson

Log Message

typo

Cambiar Resumen

Diferencia incremental

--- a/util/fipslink.pl
+++ b/util/fipslink.pl
@@ -60,10 +60,10 @@ die "Second stage Compile failure" if $? != 0;
6060 my $delcnt = 0;
6161 # On windows the previous file doesn't always close straight away
6262 # so retry an unlink operation a few times if it fails.
63-while (!unlink($target))
63+while (!unlink($fips_target))
6464 {
6565 sleep 2;
66- die "Can't delete $target" if ($delcnt++ > 10);
66+ die "Can't delete $fips_target" if ($delcnt++ > 10);
6767 }
6868
6969