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:
b48111d
)
Make bn2dec work on "SIXTY_FOUR_BIT" platforms [from HEAD].
author
Andy Polyakov
<appro@openssl.org>
Sat, 15 Sep 2007 17:05:57 +0000
(17:05 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sat, 15 Sep 2007 17:05:57 +0000
(17:05 +0000)
PR: 1456
crypto/bio/b_print.c
patch
|
blob
|
history
diff --git
a/crypto/bio/b_print.c
b/crypto/bio/b_print.c
index 4857cfe0ce841c558f3a50b4d91f5f3b30665acb..3a87b0ec0b2ec22c2e885d6f3e11ca228a13ceff 100644
(file)
--- a/
crypto/bio/b_print.c
+++ b/
crypto/bio/b_print.c
@@
-79,7
+79,7
@@
#include <openssl/bn.h> /* To get BN_LLONG properly defined */
#include <openssl/bio.h>
-#if
def BN_LLONG
+#if
defined(BN_LLONG) || defined(SIXTY_FOUR_BIT)
# ifndef HAVE_LONG_LONG
# define HAVE_LONG_LONG 1
# endif
@@
-117,7
+117,7
@@
#if HAVE_LONG_LONG
# if defined(OPENSSL_SYS_WIN32) && !defined(__GNUC__)
-# define LLONG _int64
+# define LLONG _
_
int64
# else
# define LLONG long long
# endif