From 9939f86687ff8cd9109c5865c9ca48106ad1ae62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Mon, 21 Feb 2022 18:58:40 +0100 Subject: arm64: Update fat setup for new ghash organization. --- ghash-update.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ghash-update.c') diff --git a/ghash-update.c b/ghash-update.c index b960bcda..6eb19d80 100644 --- a/ghash-update.c +++ b/ghash-update.c @@ -48,6 +48,14 @@ # error Unsupported table size. #endif +/* For fat builds */ +#if HAVE_NATIVE_ghash_update +const uint8_t * +_nettle_ghash_update_c (const struct gcm_key *ctx, union nettle_block16 *state, + size_t blocks, const uint8_t *data); +#define _nettle_ghash_update _nettle_ghash_update_c + +#endif #if WORDS_BIGENDIAN # define W(left,right) (0x##left##right) #else -- cgit v1.2.1