summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_set_long_long.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/bn_mp_set_long_long.c')
-rw-r--r--libtommath/bn_mp_set_long_long.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/bn_mp_set_long_long.c b/libtommath/bn_mp_set_long_long.c
index 3566b45..0b8be33 100644
--- a/libtommath/bn_mp_set_long_long.c
+++ b/libtommath/bn_mp_set_long_long.c
@@ -16,7 +16,7 @@
*/
/* set a platform dependent unsigned long long int */
-MP_SET_XLONG(mp_set_long_long, unsigned long long)
+MP_SET_XLONG(mp_set_long_long, Tcl_WideUInt)
#endif
/* ref: $Format:%D$ */