X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt-mod-smime-gpgme.c;h=601d96aaee9a9df8b8640cd21cbb1e47c856f67d;hp=0e0d1123308800225309d7c5943e2cfd1677bf3a;hb=f5b0e714a215eddd4d9f8084b434b713f0a580b4;hpb=7ff4900e87f7b836b9b5904b420f2818e390a073 diff --git a/crypt-mod-smime-gpgme.c b/crypt-mod-smime-gpgme.c index 0e0d112..601d96a 100644 --- a/crypt-mod-smime-gpgme.c +++ b/crypt-mod-smime-gpgme.c @@ -42,9 +42,9 @@ static int crypt_mod_smime_decrypt_mime (FILE * a, FILE ** b, BODY * c, return smime_gpgme_decrypt_mime (a, b, c, d); } -static void crypt_mod_smime_application_handler (BODY * m, STATE * s) +static int crypt_mod_smime_application_handler (BODY * m, STATE * s) { - smime_gpgme_application_handler (m, s); + return smime_gpgme_application_handler (m, s); } static char *crypt_mod_smime_findkeys (ADDRESS * to, ADDRESS * cc,