summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-06-04 12:42:35 +0000
committerUlf Möller <ulf@openssl.org>1999-06-04 12:42:35 +0000
commiteaeb1870d4ef887a89f0bcec6b5ee1ec7fafa00f (patch)
treec470539dca091f9e2a89c043166da8d908fe5d99 /util
parent3a0d23c87e40e7f969d78124b5c292fe87286d83 (diff)
Define a macro to avoid name conflicts.
Diffstat (limited to 'util')
-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 de5b47bf97..1014fd1fe2 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="-j255 -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN ";
+$cflags="-DNOCRYPT -j255 -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN ";
$dcflags='n';
if ($debug)
{