From d2da7945b49f056db674827d671dbb2c56e34e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 5 Jun 2019 21:24:31 +0200 Subject: [PATCH] Revert move of cmac128_ctx index --- cmac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab