summaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2008-09-15 07:19:41 +0000
committerAndy Polyakov <appro@openssl.org>2008-09-15 07:19:41 +0000
commit1098fd48ce5fc71d138ae4253ad417b9508412da (patch)
tree67ed4486b69778fcc533040c0b8282d2b7951631 /crypto/bn
parent393906d9be342319a63b38e173f49d594b002004 (diff)
Compilation warning fix [from HEAD, "must have, as our Windows build does
not tolerate warnings].
Diffstat (limited to 'crypto/bn')
-rw-r--r--crypto/bn/bn_nist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/bn/bn_nist.c b/crypto/bn/bn_nist.c
index e7c3d6bac2..1fc94f55c3 100644
--- 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 */