From 6e0c80f169f0e5c2bd07d6d0fc2d15f4ca47d702 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 11 Sep 2023 15:05:43 +0200 Subject: [PATCH] Remove unused variables --- src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c b/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c index cedd87cf..8129d8be 100644 --- a/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c +++ b/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c @@ -2535,8 +2535,6 @@ ge25519_elligator2(unsigned char s[32], const fe25519 r, const unsigned char x_s fe25519 rr2; fe25519 x, x2, x3; ge25519_p3 p3; - ge25519_p1p1 p1; - ge25519_p2 p2; unsigned int notsquare; fe25519_sq2(rr2, r);