]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Drop an unneeded local cy variable.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 4 Oct 2014 19:17:08 +0000 (21:17 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 4 Oct 2014 19:17:08 +0000 (21:17 +0200)
ecc-eh-to-a.c

index 3b7aff2238bfce5990cd83d8a89cf4c44cb7cbd7..95f30a7cb40ae0d3eea9c5113b99689df99d2f3c 100644 (file)
@@ -79,7 +79,6 @@ ecc_eh_to_a (const struct ecc_curve *ecc,
          /* Reduce modulo q. FIXME: Hardcoded for curve25519,
             duplicates end of ecc_25519_modq. FIXME: Is this needed
             at all? Full reduction mod p is maybe sufficient. */
-         mp_limb_t cy;
          unsigned shift;
          assert (ecc->p.bit_size == 255);
          shift = 252 - GMP_NUMB_BITS * (ecc->p.size - 1);