X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-crypt%2Fpgpmicalg.c;h=f750e192e1371c5db17159ddaf43a34c9857348d;hb=10b7c16c8905d1b7ceaeeb6cfab9ad2ec03d8780;hp=8fe6a5edb41a329deeea08e7944453ecf56e12db;hpb=23e6291cb5d5b4cd2008403d8b628007fd75ff23;p=apps%2Fmadmutt.git diff --git a/lib-crypt/pgpmicalg.c b/lib-crypt/pgpmicalg.c index 8fe6a5e..f750e19 100644 --- a/lib-crypt/pgpmicalg.c +++ b/lib-crypt/pgpmicalg.c @@ -112,7 +112,7 @@ static void pgp_dearmor (FILE * in, FILE * out) return; } - mutt_decode_base64 (&state, end - start, 0, (iconv_t) - 1); + mutt_decode_base64 (&state, end - start, 0, MUTT_ICONV_ERROR); } static short pgp_mic_from_packet (unsigned char *p, size_t len)