forked from wolfSSL/wolfssl
normal math default mp_digit to 32 bit int instead of long
This commit is contained in:
@@ -110,7 +110,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef unsigned long mp_digit;
|
typedef unsigned int mp_digit; /* long could be 64 now, changed TAO */
|
||||||
typedef ulong64 mp_word;
|
typedef ulong64 mp_word;
|
||||||
|
|
||||||
#ifdef MP_31BIT
|
#ifdef MP_31BIT
|
||||||
|
Reference in New Issue
Block a user