Make struct crypto_generichash_blake2b_state non-anonymous
This commit is contained in:
parent
4fa7625540
commit
47bb35cb8b
@ -23,7 +23,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#pragma pack(push, 1)
|
||||
CRYPTO_ALIGN(64) typedef struct {
|
||||
CRYPTO_ALIGN(64) typedef 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