]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Deleted unused variable.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 28 Aug 2014 09:52:08 +0000 (11:52 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 28 Aug 2014 09:52:08 +0000 (11:52 +0200)
ecc-ecdsa-sign.c

index 4e0fbafcb317252e19b4ffe71d459e393b822667..8c97e7c92f93b1079a38b76448f41ff8e93b0b39 100644 (file)
@@ -61,7 +61,6 @@ ecc_ecdsa_sign (const struct ecc_curve *ecc,
                mp_limb_t *rp, mp_limb_t *sp,
                mp_limb_t *scratch)
 {
-  mp_limb_t cy;
 #define P          scratch
 #define kinv       scratch                /* Needs 5*ecc->size for computation */
 #define hp         (scratch  + ecc->size) /* NOTE: ecc->size + 1 limbs! */