adjust to OpenSSL_0_9_6-stable version
authorBodo Möller <bodo@openssl.org>
Fri, 9 Nov 2001 13:09:11 +0000 (13:09 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 9 Nov 2001 13:09:11 +0000 (13:09 +0000)
crypto/bn/bn.h

index 573666769f93f6a7810ad46fd7ba61745e0b8adc..103a1bdd09f0c9e52065411957af18de2801b91f 100644 (file)
@@ -89,8 +89,9 @@ extern "C" {
  * using "long long's", are 32bit, and are not using my assembler code. */
 #if defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_WINDOWS) || \
     defined(OPENSSL_SYS_WIN32) || defined(linux)
-#undef BN_DIV2W
-#define BN_DIV2W
+# ifndef BN_DIV2W
+#  define BN_DIV2W
+# endif
 #endif
 
 /* assuming long is 64bit - this is the DEC Alpha