X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-crypt%2Fgnupgparse.c;h=392d735a366e35d39f9937501136d30009d2d3f4;hp=dff28ca1df1cba57d413aa569a80cfe452a69e61;hb=10e80e482eff3762b0b8d41b0c7795b76704479c;hpb=3a63661c35d4b5f93501efab7e5478386ad02565 diff --git a/lib-crypt/gnupgparse.c b/lib-crypt/gnupgparse.c index dff28ca..392d735 100644 --- a/lib-crypt/gnupgparse.c +++ b/lib-crypt/gnupgparse.c @@ -36,6 +36,7 @@ #include #include #include +#include #include @@ -43,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 @@ -299,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;