diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-04-18 16:54:33 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-04-18 18:06:34 +0200 |
commit | 254464339ec2b164905be726922649ad9672bd83 (patch) | |
tree | 82838324f49496034ca8380b6eae251bb7255570 /fm_md5.h | |
parent | d73d7527142850442b16883628de5e87f99a57ea (diff) | |
download | fetchmail-254464339ec2b164905be726922649ad9672bd83.tar.gz fetchmail-254464339ec2b164905be726922649ad9672bd83.tar.bz2 fetchmail-254464339ec2b164905be726922649ad9672bd83.zip |
Fix MD5Digest prototype and remove unneeded type casts.
Diffstat (limited to 'fm_md5.h')
-rw-r--r-- | fm_md5.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ #ifdef HAVE_MD5_H #include <md5.h> #else - +#include "fetchmail.h" #ifndef HEADER_MD5_H /* Try to avoid clashes with OpenSSL */ #define HEADER_MD5_H |