aboutsummaryrefslogtreecommitdiff
path: root/src/num_gmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/num_gmp.h')
-rw-r--r--src/num_gmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/num_gmp.h b/src/num_gmp.h
index baa1f2bf2e..7dd813088a 100644
--- a/src/num_gmp.h
+++ b/src/num_gmp.h
@@ -15,6 +15,6 @@ typedef struct {
mp_limb_t data[2*NUM_LIMBS];
int neg;
int limbs;
-} secp256k1_num_t;
+} secp256k1_num;
#endif