Fix build warnings.
[openssl.git] / crypto / bn / bn_nist.c
index bd04e7e29da55b253fd28f29d75c328c0fba22d4..c3356b7cf900ed2a1e3e1ea616f0786242f7a998 100644 (file)
@@ -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;
 #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 */
        BIGNUM  *tmp;
 
        field = &_bignum_nist_p_521; /* just to make sure */