Eike Rathke wrote: > diff --git a/pgp.c b/pgp.c > --- a/pgp.c > +++ b/pgp.c > @@ -117,11 +117,32 @@ > return 1; > } > > -char *pgp_keyid(pgp_key_t k) > +static pgp_key_t *_pgp_parent(pgp_key_t k)
This should be static pgp_key_t _pgp_parent(pgp_key_t k) > { > if((k->flags & KEYFLAG_SUBKEY) && k->parent && option(OPTPGPIGNORESUB)) > k = k->parent; > > + return k; > +} Otherwise, I think this patch looks good. If there are no comments in a few days, I will push this. -Kevin
signature.asc
Description: PGP signature