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:
makejian
2025-10-10 11:31:20 +08:00
committed by GUIDINGLI
parent 043ef0dd3a
commit 3ce3d4cb20
+1 -1
View File
@@ -88,7 +88,7 @@ typedef struct blake2s_param__
uint8_t personal[BLAKE2S_PERSONALBYTES]; /* 32 */
} blake2s_param;
#ifdef __GNUC__ > 3
#if defined(__GNUC__) && __GNUC__ > 3
#define BLAKE2_UNALIGNED 1
typedef uint32_t uint32_alias_t __attribute__((may_alias));
typedef uint16_t uint16_alias_t __attribute__((may_alias));