diff options
author | Niels Möller <nisse@lysator.liu.se> | 2021-03-22 19:17:25 +0100 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2021-03-22 19:17:25 +0100 |
commit | d5972ced439c414982bbbf821239b65097b04699 (patch) | |
tree | 09b8ecaba36b5c7a55fd646211404752deae2e6f | |
parent | 085317d6fed649792e4b73b867f6ae2df382142f (diff) | |
download | nettle-d5972ced439c414982bbbf821239b65097b04699.tar.gz |
Add forward declaration of struct aes_table.
-rw-r--r-- | fat-setup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fat-setup.h b/fat-setup.h index 279b6e95..4e528d6b 100644 --- a/fat-setup.h +++ b/fat-setup.h @@ -157,6 +157,7 @@ struct salsa20_ctx; typedef void void_func (void); +struct aes_table; typedef void aes_crypt_internal_func (unsigned rounds, const uint32_t *keys, const struct aes_table *T, size_t length, uint8_t *dst, |