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:
393906d
)
Compilation warning fix [from HEAD, "must have, as our Windows build does
author
Andy Polyakov
<appro@openssl.org>
Mon, 15 Sep 2008 07:19:41 +0000
(07:19 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 15 Sep 2008 07:19:41 +0000
(07:19 +0000)
not tolerate warnings].
crypto/bn/bn_nist.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_nist.c
b/crypto/bn/bn_nist.c
index e7c3d6bac2730425814496f21c006ec736ae8278..1fc94f55c32cb13286cd7e26256fcc5a175e1c00 100644
(file)
--- a/
crypto/bn/bn_nist.c
+++ b/
crypto/bn/bn_nist.c
@@
-713,7
+713,6
@@
int BN_nist_mod_521(BIGNUM *r, const BIGNUM *a, const BIGNUM *field,
#define BN_NIST_521_TOP_MASK (BN_ULONG)0x1FF
#endif
int top, ret = 0;
- BN_ULONG *r_d;
BIGNUM *tmp;
field = &_bignum_nist_p_521; /* just to make sure */