diff options
Diffstat (limited to 'include/fitz/crypt.h')
-rw-r--r-- | include/fitz/crypt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/fitz/crypt.h b/include/fitz/crypt.h index f6365c4e..647a1eda 100644 --- a/include/fitz/crypt.h +++ b/include/fitz/crypt.h @@ -4,9 +4,9 @@ typedef struct fz_md5_s fz_md5; struct fz_md5_s { - unsigned long state[4]; - unsigned long count[2]; - unsigned char buffer[64]; + unsigned long state[4]; + unsigned long count[2]; + unsigned char buffer[64]; }; void fz_md5init(fz_md5 *state); |