Define a macro to avoid name conflicts.
authorUlf Möller <ulf@openssl.org>
Fri, 4 Jun 1999 12:42:35 +0000 (12:42 +0000)
committerUlf Möller <ulf@openssl.org>
Fri, 4 Jun 1999 12:42:35 +0000 (12:42 +0000)
util/pl/BC-32.pl

index de5b47bf97ee3500454d70035751fafb70d1d29b..1014fd1fe2a79e8a5fa1d18d7ba8245dabc0905a 100644 (file)
@@ -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)
 {