From 4721bec0effb372457413dce91f8f6ba3a4239c9 Mon Sep 17 00:00:00 2001 From: Jon Griffiths Date: Fri, 27 Nov 2020 13:40:50 +1300 Subject: [PATCH] Update renamed decl missed in e0ced690cff035b61763686cb69b7d06571e23e2 --- src/testrand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testrand.h b/src/testrand.h index 9301663e..6b0cbc05 100644 --- a/src/testrand.h +++ b/src/testrand.h @@ -36,7 +36,7 @@ static void secp256k1_testrand256_test(unsigned char *b32); static void secp256k1_testrand_bytes_test(unsigned char *bytes, size_t len); /** Generate a pseudorandom 64-bit integer in the range min..max, inclusive. */ -static int64_t secp256k1_rands64(uint64_t min, uint64_t max); +static int64_t secp256k1_testrandi64(uint64_t min, uint64_t max); /** Flip a single random bit in a byte array */ static void secp256k1_testrand_flip(unsigned char *b, size_t len);