From d5972ced439c414982bbbf821239b65097b04699 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Mon, 22 Mar 2021 19:17:25 +0100 Subject: [PATCH] Add forward declaration of struct aes_table. --- fat-setup.h | 1 + 1 file changed, 1 insertion(+) 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, -- 2.47.3