summaryrefslogtreecommitdiff
path: root/md2.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2018-10-10 19:44:32 +0200
committerNiels Möller <nisse@lysator.liu.se>2018-10-10 19:44:32 +0200
commit45b5f8f3be9853b6db8def2da7f7ef333d6c8698 (patch)
treed1adc59ad55c908b8b8b27738db13443a1d42327 /md2.h
parentcaee7cedd3314c49396e5f69eb5614067e016ca4 (diff)
downloadnettle-struct-layout.tar.gz
Move block buffer last in hash context structs.struct-layout
Diffstat (limited to 'md2.h')
-rw-r--r--md2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/md2.h b/md2.h
index 560b2cbc..0fb9611b 100644
--- a/md2.h
+++ b/md2.h
@@ -54,8 +54,8 @@ struct md2_ctx
{
uint8_t C[MD2_BLOCK_SIZE];
uint8_t X[3 * MD2_BLOCK_SIZE];
- uint8_t block[MD2_BLOCK_SIZE]; /* Block buffer */
unsigned index; /* Into buffer */
+ uint8_t block[MD2_BLOCK_SIZE]; /* Block buffer */
};
void