]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
compat: Remove literal suffix from md5.h
authorRoy Marples <roy@marples.name>
Mon, 9 Jan 2023 11:16:13 +0000 (11:16 +0000)
committerRoy Marples <roy@marples.name>
Mon, 9 Jan 2023 11:16:13 +0000 (11:16 +0000)
Modern compilers no longer complain without it, but do with it.

compat/crypt/md5.h

index dd156163315cd12fa503f31db00091d87e1c5186..402309c33ae60b0b7ec696226be1120229059f04 100644 (file)
@@ -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) */