From: Andy Polyakov Date: Thu, 3 Jan 2008 17:15:20 +0000 (+0000) Subject: Typo in http://cvs.openssl.org/chngview?cn=16833. X-Git-Tag: OpenSSL_0_9_8h~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e84b0d709b1b0b02f175b6da827256c3d8497ff7;p=openssl Typo in http://cvs.openssl.org/chngview?cn=16833. --- diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl index 198289fc38..03317b4201 100644 --- a/util/pl/VC-32.pl +++ b/util/pl/VC-32.pl @@ -164,7 +164,6 @@ if ($nasm) { my $vew=`nasmw -v`; # pick newest version $asm=($ver gt $vew?"nasm":"nasmw")." -f win32"; - $asm='nasmw -f win32'; $afile='-o '; } else { $asm='ml /Cp /coff /c /Cx';