__declspec() / __attribute__(()) shouldn't come before "typedef"
This commit is contained in:
parent
a2a72d3472
commit
ef7d825f1f
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user