X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth_cram.c;h=41e20e115414b0eabc22b371c85c2aa61b7e0785;hp=003e20dc41f2a2bba06461741fe139779c7e7627;hb=659b43f9de9609d63533ddbbe2f4ac6641d877d2;hpb=39d11f5b3feb125654d5c2a4e8f93637a12706c3 diff --git a/imap/auth_cram.c b/imap/auth_cram.c index 003e20d..41e20e1 100644 --- a/imap/auth_cram.c +++ b/imap/auth_cram.c @@ -16,11 +16,13 @@ #include "mutt.h" #include "imap_private.h" #include "auth.h" -#include "md5.h" +#include "md5.h" #define MD5_BLOCK_LEN 64 #define MD5_DIGEST_LEN 16 +#include "lib/intl.h" + /* forward declarations */ static void hmac_md5 (const char *password, char *challenge, unsigned char *response);