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:
faed798
)
bn_nist.c: make new optimized code dependent on BN_LLONG.
author
Andy Polyakov
<appro@openssl.org>
Thu, 2 Feb 2012 07:46:05 +0000
(07:46 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 2 Feb 2012 07:46:05 +0000
(07:46 +0000)
crypto/bn/bn_nist.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_nist.c
b/crypto/bn/bn_nist.c
index 3e3caae08bce4c5ccd8e1065d4c64341a866f09a..9f12f06fa5ed54ad3d2991617879473df9e1216e 100644
(file)
--- a/
crypto/bn/bn_nist.c
+++ b/
crypto/bn/bn_nist.c
@@
-364,7
+364,7
@@
static void nist_cp_bn(BN_ULONG *buf, const BN_ULONG *a, int top)
#define bn_32_set_0(to, n) (to)[n] = (BN_ULONG)0;
# if defined(_WIN32) && !defined(__GNUC__)
# define NIST_INT64 __int64
-# el
se
+# el
if defined(BN_LLONG)
# define NIST_INT64 long long
# endif
#endif /* BN_BITS2 != 64 */