X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2Fbn_nist.c;h=c3356b7cf900ed2a1e3e1ea616f0786242f7a998;hp=bd04e7e29da55b253fd28f29d75c328c0fba22d4;hb=fa0f834c204020e9d2ce5508070f7a2eda663442;hpb=96562f2fb31a014fb5da44859900058b39b5bfaf 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 */