Typo in http://cvs.openssl.org/chngview?cn=16833.
authorAndy Polyakov <appro@openssl.org>
Thu, 3 Jan 2008 17:15:20 +0000 (17:15 +0000)
committerAndy Polyakov <appro@openssl.org>
Thu, 3 Jan 2008 17:15:20 +0000 (17:15 +0000)
util/pl/VC-32.pl

index 198289fc38031886625ae4193554bb0cf74f4abc..03317b4201d8105fcc73bd33226f08401a5374a1 100644 (file)
@@ -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';