Mat Martineau <[email protected]> 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

