summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_init_i64.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/bn_mp_init_i64.c')
-rw-r--r--libtommath/bn_mp_init_i64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/bn_mp_init_i64.c b/libtommath/bn_mp_init_i64.c
index e1a10e9..2fa1516 100644
--- a/libtommath/bn_mp_init_i64.c
+++ b/libtommath/bn_mp_init_i64.c
@@ -3,5 +3,5 @@
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
/* SPDX-License-Identifier: Unlicense */
-MP_INIT_INT(mp_init_i64, mp_set_i64, long long)
+MP_INIT_INT(mp_init_i64, mp_set_i64, int64_t)
#endif