diff options
Diffstat (limited to 'cipher/md5.c')
-rw-r--r-- | cipher/md5.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cipher/md5.c b/cipher/md5.c index 6906503d4..c9f9a86b4 100644 --- a/cipher/md5.c +++ b/cipher/md5.c @@ -73,7 +73,6 @@ #endif -static void Init( MD5_CONTEXT *mdContext); static void Transform(u32 *buf,u32 *in); static byte PADDING[64] = { |