diff options
author | Richard Levitte <levitte@openssl.org> | 2002-11-04 07:26:37 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-11-04 07:26:37 +0100 |
commit | 86e8b56ac449bab3efa7979bd0542b5a0c91e572 (patch) | |
tree | ab994b6207920c241b3b589706cd8145d5a0ffc5 | |
parent | Since we're currently assuming VMS can deal with dynamic engines, (diff) | |
download | openssl-86e8b56ac449bab3efa7979bd0542b5a0c91e572.tar.xz openssl-86e8b56ac449bab3efa7979bd0542b5a0c91e572.zip |
Cosmetic change
-rw-r--r-- | util/pl/BC-32.pl | 4 |
1 files changed, 2 insertions, 2 deletions
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=''; |