Skip to content

Commit 6ad66de

Browse files
committed
rangeproof: add an (unnecessary) variable initialization to shut up CI
1 parent 2979e4d commit 6ad66de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/rangeproof/rangeproof_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ SECP256K1_INLINE static int secp256k1_rangeproof_rewind_inner(secp256k1_scalar *
369369
secp256k1_scalar stmp;
370370
unsigned char prep[4096];
371371
unsigned char tmp[32];
372-
uint64_t value;
372+
uint64_t value = 0;
373373
size_t offset;
374374
size_t i;
375375
size_t j;

0 commit comments

Comments
 (0)