summaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-11-09 13:09:11 +0000
committerBodo Möller <bodo@openssl.org>2001-11-09 13:09:11 +0000
commitc5d4ab7e35d856c6b3c394b82be07a675b5da661 (patch)
tree8bd406cc8319621486890aa7a497fc1b626a1448 /crypto/bn
parentb955dbd325adc187cb951ad40ed4b520ae3ecc9d (diff)
adjust to OpenSSL_0_9_6-stable version
Diffstat (limited to 'crypto/bn')
-rw-r--r--crypto/bn/bn.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/bn/bn.h b/crypto/bn/bn.h
index 573666769f..103a1bdd09 100644
--- a/crypto/bn/bn.h
+++ b/crypto/bn/bn.h
@@ -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