Re: [RFC PATCH 02/12] PKCS#7: Make trust determination dependent on contents of trust keyring [ver #4]

From: David Howells
Date: Mon Apr 11 2016 - 19:49:22 EST


Mat Martineau <mathew.j.martineau@xxxxxxxxxxxxxxx> wrote:

> > int pkcs7_validate_trust(struct pkcs7_message *pkcs7,
> > - struct key *trust_keyring,
> > - bool *_trusted)
>
> This doesn't build after the keys-trust branch was rebased on v4.6-rc2. A
> reference to _trusted was added in commit e5435891 ("PKCS#7:
> pkcs7_validate_trust(): initialize the _trusted output argument"), right after
> the local declarations.

Yeah. I've pushed updated patches to git, removing the added lines.

David