diff options
Diffstat (limited to 'compat/crypt/md5.h')
-rw-r--r-- | compat/crypt/md5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/crypt/md5.h b/compat/crypt/md5.h index dd156163315c..402309c33ae6 100644 --- a/compat/crypt/md5.h +++ b/compat/crypt/md5.h @@ -19,7 +19,7 @@ #define MD5_H_ #define MD5_DIGEST_LENGTH 16 -#define MD5_BLOCK_LENGTH 64ULL +#define MD5_BLOCK_LENGTH 64 typedef struct MD5Context { uint32_t state[4]; /* state (ABCD) */ |