projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47722fe
)
check for WIN32 (needed by Mingw32)
author
Ulf Möller
<ulf@openssl.org>
Wed, 1 Mar 2000 01:46:34 +0000
(
01:46
+0000)
committer
Ulf Möller
<ulf@openssl.org>
Wed, 1 Mar 2000 01:46:34 +0000
(
01:46
+0000)
crypto/bn/bn.h
patch
|
blob
|
history
diff --git
a/crypto/bn/bn.h
b/crypto/bn/bn.h
index d8822610dfaab6092733f80ae1e05ea84a7acd86..009b0eb6856f517306b986c3331fcf0f47436dcd 100644
(file)
--- a/
crypto/bn/bn.h
+++ b/
crypto/bn/bn.h
@@
-89,7
+89,7
@@
extern "C" {
* For machines with only one compiler (or shared libraries), this should
* 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(linux)
+#if defined(MSDOS) || defined(WINDOWS) || defined(
WIN32) || defined(
linux)
#define BN_DIV2W
#endif