From: Bodo Möller Date: Fri, 9 Nov 2001 13:03:12 +0000 (+0000) Subject: fix warning X-Git-Tag: OpenSSL_0_9_6c~74 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b30504c61cfb0582545451f12f3392a9d943e3d4;p=oweals%2Fopenssl.git fix warning --- diff --git a/crypto/bn/bn.h b/crypto/bn/bn.h index 6213142e02..c423b65122 100644 --- a/crypto/bn/bn.h +++ b/crypto/bn/bn.h @@ -90,7 +90,9 @@ extern "C" { * be on. Again this in only really a problem on machines * using "long long's", are 32bit, and are not using my assembler code. */ #if defined(MSDOS) || defined(WINDOWS) || defined(WIN32) || defined(linux) -#define BN_DIV2W +# ifndef BN_DIV2W +# define BN_DIV2W +# endif #endif /* assuming long is 64bit - this is the DEC Alpha