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:
d56349a
)
Allow for bn(64,32) on LP64 platforms.
author
Andy Polyakov
<appro@openssl.org>
Thu, 15 Dec 2005 22:31:16 +0000
(22:31 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 15 Dec 2005 22:31:16 +0000
(22:31 +0000)
crypto/bn/bn.h
patch
|
blob
|
history
diff --git
a/crypto/bn/bn.h
b/crypto/bn/bn.h
index ca5861703e97c86ce98f168bd15876f9e3713ae5..baf72c36e27afd6574edcb091e42e38a1e8629b5 100644
(file)
--- a/
crypto/bn/bn.h
+++ b/
crypto/bn/bn.h
@@
-174,8
+174,8
@@
extern "C" {
# define BN_ULLONG unsigned long long
# endif
#endif
-#define BN_ULONG unsigned
long
-#define BN_LONG
long
+#define BN_ULONG unsigned
int
+#define BN_LONG
int
#define BN_BITS 64
#define BN_BYTES 4
#define BN_BITS2 32