summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_get_i64.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/bn_mp_get_i64.c')
-rw-r--r--libtommath/bn_mp_get_i64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/bn_mp_get_i64.c b/libtommath/bn_mp_get_i64.c
index e5101c9..969c8d2 100644
--- a/libtommath/bn_mp_get_i64.c
+++ b/libtommath/bn_mp_get_i64.c
@@ -3,5 +3,5 @@
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
/* SPDX-License-Identifier: Unlicense */
-MP_GET_SIGNED(mp_get_i64, mp_get_mag_u64, long long, unsigned long long)
+MP_GET_SIGNED(mp_get_i64, mp_get_mag_u64, int64_t, uint64_t)
#endif