index
:
fetchmail
legacy_64_vg_debian
[fork] set imap idle timeout to 600s, some servers don't follow rfc recommendations
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
md5ify.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'md5ify.c')
-rw-r--r--
md5ify.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/md5ify.c b/md5ify.c
index 7cb23b6c..0ca3e6b9 100644
--- a/
md5ify.c
+++ b/
md5ify.c
@@ -20,7 +20,7 @@
char *
MD5Digest (s)
-char *s;
+unsigned char *s;
{
int i;
MD5_CTX context;