diff options
Diffstat (limited to 'lib/md5.c')
-rw-r--r-- | lib/md5.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/md5.c b/lib/md5.c index 34343cf8e23..584463d55ca 100644 --- a/lib/md5.c +++ b/lib/md5.c @@ -276,7 +276,6 @@ md5 (unsigned char *input, int len, unsigned char output[16]) MD5Final(output, &context); } - /* * Calculate and store in 'output' the MD5 digest of 'len' bytes at 'input'. * 'output' must have enough space to hold 16 bytes. If 'chunk' Trigger the |