diff --git a/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c b/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c index 2ddb66f981..4101fe76c9 100644 --- a/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c +++ b/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c @@ -289,6 +289,7 @@ slide_vartime(signed char *r, const unsigned char *a) } static volatile unsigned char optblocker_u8; +static volatile uint64_t optblocker_u64; int ge25519_frombytes(ge25519_p3 *h, const unsigned char *s)