From: Niels Möller Date: Mon, 22 Mar 2021 18:17:25 +0000 (+0100) Subject: Add forward declaration of struct aes_table. X-Git-Tag: nettle_3.8_release_20220602~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5972ced439c414982bbbf821239b65097b04699;p=thirdparty%2Fnettle.git Add forward declaration of struct aes_table. --- 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,