From: Niels Möller Date: Wed, 5 Jun 2019 19:24:31 +0000 (+0200) Subject: Revert move of cmac128_ctx index X-Git-Tag: nettle_3.5rc1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2da7945b49f056db674827d671dbb2c56e34e27;p=thirdparty%2Fnettle.git Revert move of cmac128_ctx index --- diff --git a/cmac.h b/cmac.h index 9d972ea5..9bff537d 100644 --- a/cmac.h +++ b/cmac.h @@ -69,8 +69,8 @@ struct cmac128_ctx union nettle_block16 X; /* Block buffer */ - size_t index; union nettle_block16 block; + size_t index; }; void