aboutsummaryrefslogtreecommitdiffstats
path: root/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'md5.h')
-rw-r--r--md5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/md5.h b/md5.h
index 715f3200..146ff59d 100644
--- a/md5.h
+++ b/md5.h
@@ -23,6 +23,8 @@ void MD5Update(struct MD5Context *context, unsigned char const *buf,
void MD5Final(unsigned char digest[16], struct MD5Context *context);
void MD5Transform(uint32 buf[4], uint32 const in[16]);
+char *MD5Digest (unsigned char *s);
+
/*
* This is needed to make RSAREF happy on some MS-DOS compilers.
*/