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:
a14d1a0
)
With mingw32, use "long long" rather than "_int64" (the latter does
author
Bodo Möller
<bodo@openssl.org>
Mon, 28 Jun 1999 14:38:31 +0000
(14:38 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Mon, 28 Jun 1999 14:38:31 +0000
(14:38 +0000)
not work, at least the package mentioned in INSTALL.W32 does not know
about it).
crypto/bn/bn.h
patch
|
blob
|
history
diff --git
a/crypto/bn/bn.h
b/crypto/bn/bn.h
index 80421a24ccda37cf5db8210611ad6d35119ddca0..cfed61293d62e5cf00240d7e8ea48e0aae3fe11c 100644
(file)
--- a/
crypto/bn/bn.h
+++ b/
crypto/bn/bn.h
@@
-142,7
+142,7
@@
extern "C" {
#endif
#ifdef THIRTY_TWO_BIT
-#if
def WIN32
+#if
defined WIN32 && !defined __MINGW32__
#define BN_ULLONG unsigned _int64
#else
#define BN_ULLONG unsigned long long