diff options
Diffstat (limited to 'src/bn_c_impl.hpp')
-rw-r--r-- | src/bn_c_impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bn_c_impl.hpp b/src/bn_c_impl.hpp index 4873a5a..8e9777b 100644 --- a/src/bn_c_impl.hpp +++ b/src/bn_c_impl.hpp @@ -171,7 +171,7 @@ void mclBnFr_clear(mclBnFr *x) } // set x to y -void mclBnFr_setInt(mclBnFr *y, int x) +void mclBnFr_setInt(mclBnFr *y, int64_t x) { *cast(y) = x; } |