]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Add forward declaration of struct aes_table.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 22 Mar 2021 18:17:25 +0000 (19:17 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 22 Mar 2021 18:17:25 +0000 (19:17 +0100)
fat-setup.h

index 279b6e958873e7f6e031f614caf05cab937bc958..4e528d6b0cc00ed8f16dd0d99a1796b58b3ca4cd 100644 (file)
@@ -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,