aboutsummaryrefslogtreecommitdiffstats
path: root/fm_md5.h
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-04-18 16:54:33 +0200
committerMatthias Andree <matthias.andree@gmx.de>2010-04-18 18:06:34 +0200
commit254464339ec2b164905be726922649ad9672bd83 (patch)
tree82838324f49496034ca8380b6eae251bb7255570 /fm_md5.h
parentd73d7527142850442b16883628de5e87f99a57ea (diff)
downloadfetchmail-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fm_md5.h b/fm_md5.h
index 6fccc526..5243c51b 100644
--- a/fm_md5.h
+++ b/fm_md5.h
@@ -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