Cosmetic change
authorRichard Levitte <levitte@openssl.org>
Mon, 4 Nov 2002 06:26:37 +0000 (06:26 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 4 Nov 2002 06:26:37 +0000 (06:26 +0000)
util/pl/BC-32.pl

index bd7a9d930140a66c93b19ae2988ef348dad3e13b..e83b3361908f9ae23ba577074e94ad9d2f1a1c8b 100644 (file)
@@ -51,9 +51,9 @@ $lfile='';
 $shlib_ex_obj="";
 $app_ex_obj="c0x32.obj"; 
 
-$asm='nasmw';
+$asm='nasmw -f obj';
 $asm.=" /Zi" if $debug;
-$afile='-f obj -o';
+$afile='-o';
 
 $bn_mulw_obj='';
 $bn_mulw_src='';