X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-crypt%2Fpgp.c;h=b29d35b882a7eec5d999fb23469e24700a187e7e;hb=f288d1771c814e6104da83e6f0f1761a40de1224;hp=d729bcf61f17822271c044a088447241a48c3883;hpb=a0aa4a45870f1607e8b41760866071692675c84d;p=apps%2Fmadmutt.git diff --git a/lib-crypt/pgp.c b/lib-crypt/pgp.c index d729bcf..b29d35b 100644 --- a/lib-crypt/pgp.c +++ b/lib-crypt/pgp.c @@ -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;