X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-crypt%2Fpgp.c;h=ab978d0f29e9ba47381faf09334a954da2b76fe4;hb=9fde23d2b9a4ba8076eb425a1af4342de1e485b5;hp=d729bcf61f17822271c044a088447241a48c3883;hpb=a0aa4a45870f1607e8b41760866071692675c84d;p=apps%2Fmadmutt.git diff --git a/lib-crypt/pgp.c b/lib-crypt/pgp.c index d729bcf..ab978d0 100644 --- a/lib-crypt/pgp.c +++ b/lib-crypt/pgp.c @@ -29,8 +29,8 @@ #include #include #include +#include -#include "mx.h" #include "handler.h" #include "pgp.h" #include "copy.h" @@ -990,7 +990,8 @@ static short is_numerical_keyid (const char *s) */ char *pgp_findKeys (address_t * to, address_t * cc, address_t * bcc) { - char *keyID, *keylist = NULL, *t; + char *keylist = NULL, *t; + const char *keyID; size_t keylist_size = 0; size_t keylist_used = 0; address_t *tmp = NULL, *addr = NULL;