From: Ulf Möller Date: Fri, 4 Jun 1999 12:42:35 +0000 (+0000) Subject: Define a macro to avoid name conflicts. X-Git-Tag: OpenSSL_0_9_4~259 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eaeb1870d4ef887a89f0bcec6b5ee1ec7fafa00f;p=oweals%2Fopenssl.git Define a macro to avoid name conflicts. --- 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) {