summaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2008-09-15 04:02:37 +0000
committerGeoff Thorpe <geoff@openssl.org>2008-09-15 04:02:37 +0000
commitfa0f834c204020e9d2ce5508070f7a2eda663442 (patch)
tree30abf88071059415420652e3e7d58cd10e5034b7 /crypto/bn
parent96562f2fb31a014fb5da44859900058b39b5bfaf (diff)
Fix build 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 bd04e7e29d..c3356b7cf9 100644
--- a/crypto/bn/bn_nist.c
+++ b/crypto/bn/bn_nist.c
@@ -715,7 +715,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 */