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:
7722424
)
Use "long long" for all Win32 gcc ports.
author
Ulf Möller
<ulf@openssl.org>
Mon, 28 Jun 1999 16:17:38 +0000
(16:17 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Mon, 28 Jun 1999 16:17:38 +0000
(16:17 +0000)
crypto/bn/bn.h
patch
|
blob
|
history
diff --git
a/crypto/bn/bn.h
b/crypto/bn/bn.h
index cfed61293d62e5cf00240d7e8ea48e0aae3fe11c..f935e1ca79d7f1699d56cfbbdd5fadb09b26df84 100644
(file)
--- a/
crypto/bn/bn.h
+++ b/
crypto/bn/bn.h
@@
-142,7
+142,7
@@
extern "C" {
#endif
#ifdef THIRTY_TWO_BIT
-#if defined
WIN32 && !defined __MINGW32__
+#if defined
(WIN32) && !defined(__GNUC__)
#define BN_ULLONG unsigned _int64
#else
#define BN_ULLONG unsigned long long