From 6ad66de6802a47687d451ac6d5369dc36c558874 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Tue, 27 Jul 2021 18:15:58 +0000 Subject: [PATCH] rangeproof: add an (unnecessary) variable initialization to shut up CI --- src/modules/rangeproof/rangeproof_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/rangeproof/rangeproof_impl.h b/src/modules/rangeproof/rangeproof_impl.h index 8056f0a7..df9f64dc 100644 --- a/src/modules/rangeproof/rangeproof_impl.h +++ b/src/modules/rangeproof/rangeproof_impl.h @@ -369,7 +369,7 @@ SECP256K1_INLINE static int secp256k1_rangeproof_rewind_inner(secp256k1_scalar * secp256k1_scalar stmp; unsigned char prep[4096]; unsigned char tmp[32]; - uint64_t value; + uint64_t value = 0; size_t offset; size_t i; size_t j;