mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
crypto/blake2s.h: fix tasking compile warning
Fix unexpected text after preprocessing directive compilation warning in blake2s.h header file. Signed-off-by: makejian <makejian@xiaomi.com>
This commit is contained in:
@@ -88,7 +88,7 @@ typedef struct blake2s_param__
|
|||||||
uint8_t personal[BLAKE2S_PERSONALBYTES]; /* 32 */
|
uint8_t personal[BLAKE2S_PERSONALBYTES]; /* 32 */
|
||||||
} blake2s_param;
|
} blake2s_param;
|
||||||
|
|
||||||
#ifdef __GNUC__ > 3
|
#if defined(__GNUC__) && __GNUC__ > 3
|
||||||
#define BLAKE2_UNALIGNED 1
|
#define BLAKE2_UNALIGNED 1
|
||||||
typedef uint32_t uint32_alias_t __attribute__((may_alias));
|
typedef uint32_t uint32_alias_t __attribute__((may_alias));
|
||||||
typedef uint16_t uint16_alias_t __attribute__((may_alias));
|
typedef uint16_t uint16_alias_t __attribute__((may_alias));
|
||||||
|
|||||||
Reference in New Issue
Block a user