aboutsummaryrefslogtreecommitdiff
path: root/src/secp256k1/src/testrand_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/secp256k1/src/testrand_impl.h')
-rw-r--r--src/secp256k1/src/testrand_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/secp256k1/src/testrand_impl.h b/src/secp256k1/src/testrand_impl.h
index 1255574209..30a91e5296 100644
--- a/src/secp256k1/src/testrand_impl.h
+++ b/src/secp256k1/src/testrand_impl.h
@@ -13,7 +13,7 @@
#include "testrand.h"
#include "hash.h"
-static secp256k1_rfc6979_hmac_sha256_t secp256k1_test_rng;
+static secp256k1_rfc6979_hmac_sha256 secp256k1_test_rng;
static uint32_t secp256k1_test_rng_precomputed[8];
static int secp256k1_test_rng_precomputed_used = 8;
static uint64_t secp256k1_test_rng_integer;