diff options
Diffstat (limited to 'src/sha1.h')
-rw-r--r-- | src/sha1.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -45,9 +45,9 @@ #define SHA1_DIGESTLEN 20 typedef struct { - uint32_t state[5]; - uint32_t count[2]; - uint8_t buffer[SHA1_BLOCKLEN]; + uint32_t state[5]; + uint32_t count[2]; + uint8_t buffer[SHA1_BLOCKLEN]; } sha1_ctx_t; void sha1_init(sha1_ctx_t *); |