aboutsummaryrefslogtreecommitdiff
path: root/compat/crypt/md5.h
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2024-06-03 16:17:02 +0000
committerEd Maste <emaste@FreeBSD.org>2024-06-03 16:19:54 +0000
commit1b2aa3deeb0dbbace9fed635fa01b6f6e8480901 (patch)
treed4f991a92b1c7c84e264b900f50f2fa0202c872a /compat/crypt/md5.h
parent96dba636abec6d5451820add99300bda2ca6d86a (diff)
Diffstat (limited to 'compat/crypt/md5.h')
-rw-r--r--compat/crypt/md5.h2
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) */