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:
db22e5f
)
Replace _int64 with __int64, which is more widely accepted among Win32
author
Andy Polyakov
<appro@openssl.org>
Tue, 28 Jun 2005 11:50:50 +0000
(11:50 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Tue, 28 Jun 2005 11:50:50 +0000
(11:50 +0000)
compiler vendors.
crypto/bn/bn.h
patch
|
blob
|
history
diff --git
a/crypto/bn/bn.h
b/crypto/bn/bn.h
index 9f4668a51da741eb390445d2cfacea1f95b7efbd..670584ad74a7cbe683c0df7d8045dad624ae0722 100644
(file)
--- a/
crypto/bn/bn.h
+++ b/
crypto/bn/bn.h
@@
-167,7
+167,7
@@
extern "C" {
#ifdef THIRTY_TWO_BIT
#ifdef BN_LLONG
# if defined(OPENSSL_SYS_WIN32) && !defined(__GNUC__)
-# define BN_ULLONG unsigned _int64
+# define BN_ULLONG unsigned _
_
int64
# else
# define BN_ULLONG unsigned long long
# endif