Skip to content

Commit 2fdddaf

Browse files
YueHaibingherbertx
authored andcommitted
crypto: md5 - remove unused macros
crypto/md5.c:26:0: warning: macro "MD5_DIGEST_WORDS" is not used [-Wunused-macros] crypto/md5.c:27:0: warning: macro "MD5_MESSAGE_BYTES" is not used [-Wunused-macros] They are never used since commit 3c7eb3c ("md5: remove from lib and only live in crypto"). Signed-off-by: YueHaibing <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 6ff78ff commit 2fdddaf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crypto/md5.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
#include <linux/types.h>
2424
#include <asm/byteorder.h>
2525

26-
#define MD5_DIGEST_WORDS 4
27-
#define MD5_MESSAGE_BYTES 64
28-
2926
const u8 md5_zero_message_hash[MD5_DIGEST_SIZE] = {
3027
0xd4, 0x1d, 0x8c, 0xd9, 0x8f, 0x00, 0xb2, 0x04,
3128
0xe9, 0x80, 0x09, 0x98, 0xec, 0xf8, 0x42, 0x7e,

0 commit comments

Comments
 (0)