summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/lib7z/Sha256.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/lib7z/Sha256.h')
-rw-r--r--src/lib/lib7z/Sha256.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/lib7z/Sha256.h b/src/lib/lib7z/Sha256.h
index 530f513ec68..d1ed1538314 100644
--- a/src/lib/lib7z/Sha256.h
+++ b/src/lib/lib7z/Sha256.h
@@ -12,9 +12,9 @@ EXTERN_C_BEGIN
typedef struct
{
- UInt32 state[8];
- UInt64 count;
- Byte buffer[64];
+ UInt32 state[8];
+ UInt64 count;
+ Byte buffer[64];
} CSha256;
void Sha256_Init(CSha256 *p);