Update renamed decl missed in e0ced690cff035b61763686cb69b7d06571e23e2

This commit is contained in:
Jon Griffiths 2020-11-27 13:40:50 +13:00
parent ebf57dc2f5
commit 4721bec0ef
No known key found for this signature in database
GPG Key ID: F71C22C3DB1F7227

View File

@ -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);