summaryrefslogtreecommitdiffstats
path: root/util/pl/BC-32.pl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-24 16:04:36 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-24 16:04:36 +0000
commit47dc5a132191c01536610063c5a4979e09319912 (patch)
treedb4e153bb04eec2b6a41f2ae242d6b99656972da /util/pl/BC-32.pl
parent34765151958228ce88934adad72f0877b7c4ded8 (diff)
Merge from main trunk.OpenSSL-engine-0_9_6
Diffstat (limited to 'util/pl/BC-32.pl')
-rw-r--r--util/pl/BC-32.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl
index 7f57809a16..20cb3a9c50 100644
--- a/util/pl/BC-32.pl
+++ b/util/pl/BC-32.pl
@@ -19,7 +19,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 -DWINDOWS -DWIN32 -DL_ENDIAN ";
+$cflags="-DWIN32_LEAN_AND_MEAN -q -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -DDSO_WIN32 ";
if ($debug)
{
$cflags.="-Od -y -v -vi- -D_DEBUG";