From: Richard Levitte Date: Mon, 4 Nov 2002 06:26:37 +0000 (+0000) Subject: Cosmetic change X-Git-Tag: OpenSSL_0_9_7-beta4~18^2~88 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=86e8b56ac449bab3efa7979bd0542b5a0c91e572;ds=sidebyside Cosmetic change --- diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl index bd7a9d9301..e83b336190 100644 --- a/util/pl/BC-32.pl +++ b/util/pl/BC-32.pl @@ -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='';