fix compiler warnings with MP_16BIT
This commit is contained in:
parent
b0c385afb6
commit
78b8a772e4
@ -65,7 +65,7 @@ extern "C" {
|
|||||||
typedef unsigned short mp_word;
|
typedef unsigned short mp_word;
|
||||||
#elif defined(MP_16BIT)
|
#elif defined(MP_16BIT)
|
||||||
typedef unsigned short mp_digit;
|
typedef unsigned short mp_digit;
|
||||||
typedef unsigned long mp_word;
|
typedef unsigned int mp_word;
|
||||||
#elif defined(MP_64BIT)
|
#elif defined(MP_64BIT)
|
||||||
/* for GCC only on supported platforms */
|
/* for GCC only on supported platforms */
|
||||||
#ifndef CRYPT
|
#ifndef CRYPT
|
||||||
|
Loading…
Reference in New Issue
Block a user