diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2004-06-18 19:52:04 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2004-06-18 19:52:04 +0000 |
commit | 5ffe6f98f8ba802ccd973724702a2d44757c4291 (patch) | |
tree | de590260d5ec6b2b18a8d69b55a252a9bcdc8af0 /md5.h | |
parent | 3c25e877da7ba4a11e0c9bd5f65f8857cb8f272b (diff) | |
download | fetchmail-5ffe6f98f8ba802ccd973724702a2d44757c4291.tar.gz fetchmail-5ffe6f98f8ba802ccd973724702a2d44757c4291.tar.bz2 fetchmail-5ffe6f98f8ba802ccd973724702a2d44757c4291.zip |
Fix various compiler warnings.
svn path=/trunk/; revision=3900
Diffstat (limited to 'md5.h')
-rw-r--r-- | md5.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. */ |