mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
__declspec() / __attribute__(()) shouldn't come before "typedef"
This commit is contained in:
@@ -21,7 +21,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#pragma pack(push, 1)
|
||||
CRYPTO_ALIGN(64) typedef struct crypto_generichash_blake2b_state {
|
||||
typedef CRYPTO_ALIGN(64) struct crypto_generichash_blake2b_state {
|
||||
uint64_t h[8];
|
||||
uint64_t t[2];
|
||||
uint64_t f[2];
|
||||
|
||||
Reference in New Issue
Block a user