cfb8: Fix decrypt path
[gd/nettle] / sha1.h
diff --git a/sha1.h b/sha1.h
index e84807d231d2c7683d663a5a0426a139102d6a29..0f4964f8f61c112ba8480df6bb7b1fe514763a61 100644 (file)
--- a/sha1.h
+++ b/sha1.h
@@ -59,8 +59,8 @@ struct sha1_ctx
 {
   uint32_t state[_SHA1_DIGEST_LENGTH];    /* State variables */
   uint64_t count;                         /* 64-bit block count */
-  uint8_t block[SHA1_BLOCK_SIZE];         /* SHA1 data buffer */
   unsigned int index;                     /* index into buffer */
+  uint8_t block[SHA1_BLOCK_SIZE];         /* SHA1 data buffer */
 };
 
 void