summaryrefslogtreecommitdiff
path: root/fat-setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'fat-setup.h')
-rw-r--r--fat-setup.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/fat-setup.h b/fat-setup.h
index e77cce02..70bc2687 100644
--- a/fat-setup.h
+++ b/fat-setup.h
@@ -178,7 +178,9 @@ typedef void salsa20_crypt_func (struct salsa20_ctx *ctx, unsigned rounds,
const uint8_t *src);
typedef void sha1_compress_func(uint32_t *state, const uint8_t *input);
-typedef void sha256_compress_func(uint32_t *state, const uint8_t *input, const uint32_t *k);
+typedef const uint8_t *
+sha256_compress_n_func(uint32_t *state, const uint32_t *k,
+ size_t blocks, const uint8_t *input);
struct sha3_state;
typedef void sha3_permute_func (struct sha3_state *state);