X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-crypt%2Fgnupgparse.c;h=392d735a366e35d39f9937501136d30009d2d3f4;hb=5b0581b41f115cd0442037a97db313ef5b5b8822;hp=03bab1ac99923214a48e73a2f9cb2c0b8cd3293e;hpb=4761fa78a6dfc9437caa6e6e0aac806e50e01c83;p=apps%2Fmadmutt.git diff --git a/lib-crypt/gnupgparse.c b/lib-crypt/gnupgparse.c index 03bab1a..392d735 100644 --- a/lib-crypt/gnupgparse.c +++ b/lib-crypt/gnupgparse.c @@ -35,6 +35,8 @@ #include #include +#include +#include #include @@ -42,7 +44,6 @@ #include "pgp.h" #include "charset.h" -#include "lib/debug.h" /**************** * Read the GNUPG keys. For now we read the complete keyring by @@ -298,7 +299,7 @@ static pgp_key_t parse_pub_line (char *buf, int *is_subkey, pgp_key_t k) return k; } -pgp_key_t pgp_get_candidates (pgp_ring_t keyring, LIST * hints) +pgp_key_t pgp_get_candidates (pgp_ring_t keyring, string_list_t * hints) { FILE *fp; pid_t thepid;