mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
crypto/ecc: fix warning in tasing compile
typedef uint redefined and uint hash been defined in sys/types.h Signed-off-by: makejian <makejian@xiaomi.com>
This commit is contained in:
@@ -103,8 +103,6 @@
|
|||||||
* Private Type Definitions
|
* Private Type Definitions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
typedef unsigned int uint;
|
|
||||||
|
|
||||||
#if SUPPORTS_INT128
|
#if SUPPORTS_INT128
|
||||||
typedef unsigned __int128 uint128_t;
|
typedef unsigned __int128 uint128_t;
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user