diff options
Diffstat (limited to 'libtommath/tommath.h')
-rw-r--r-- | libtommath/tommath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/tommath.h b/libtommath/tommath.h index 31ded82..491bcc2 100644 --- a/libtommath/tommath.h +++ b/libtommath/tommath.h @@ -71,7 +71,7 @@ extern "C" { # define DIGIT_BIT 15 #elif BITS_PER_LONG == 64 - + typedef uint32_t mp_digit; typedef uint64_t mp_word; # define DIGIT_BIT 31 |