summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-06-27 16:56:30 +0000
committerRichard Levitte <levitte@openssl.org>2002-06-27 16:56:30 +0000
commit53fc93dda6b788cb0347b28fcb952b52909fe2bd (patch)
treeacd023cb64a7fa677513f41e46c83b301622922b /util
parent17085b022caf5975d3288cfdcd071826a7140735 (diff)
A few changes to BC-32.pl didn't get properly applied.
This completes PR 123
Diffstat (limited to 'util')
-rw-r--r--util/pl/BC-32.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl
index 714a1c0b6e..bd7a9d9301 100644
--- a/util/pl/BC-32.pl
+++ b/util/pl/BC-32.pl
@@ -18,7 +18,7 @@ $out_def="out32";
$tmp_def="tmp32";
$inc_def="inc32";
#enable max error messages, disable most common warnings
-$cflags="-DWIN32_LEAN_AND_MEAN -q -w-aus -w-par -w-inl -c -tWC -tWM -DOPENSSL_SYSNAME_WIN32 -DL_ENDIAN -DDSO_WIN32 ";
+$cflags="-DWIN32_LEAN_AND_MEAN -q -w-aus -w-par -w-inl -c -tWC -tWM -DOPENSSL_SYSNAME_WIN32 -DL_ENDIAN -DDSO_WIN32 -D_stricmp=stricmp ";
if ($debug)
{
$cflags.="-Od -y -v -vi- -D_DEBUG";
@@ -51,9 +51,9 @@ $lfile='';
$shlib_ex_obj="";
$app_ex_obj="c0x32.obj";
-$asm='n_o_T_a_s_m';
+$asm='nasmw';
$asm.=" /Zi" if $debug;
-$afile='/Fo';
+$afile='-f obj -o';
$bn_mulw_obj='';
$bn_mulw_src='';