[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2454.1410820204@warthog.procyon.org.uk>
Date: Mon, 15 Sep 2014 23:30:04 +0100
From: David Howells <dhowells@...hat.com>
To: unlisted-recipients:; (no To-header on input)
Cc: dhowells@...hat.com, vgoyal@...hat.com, keyrings@...ux-nfs.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 09/10] PKCS#7: Better handling of unsupported crypto [ver #2]
David Howells <dhowells@...hat.com> wrote:
> + switch (pkcs7_validate_trust_one(pkcs7, sinfo, trust_keyring)) {
This should be:
+ ret = pkcs7_validate_trust_one(pkcs7, sinfo, trust_keyring);
+ switch (ret) {
David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists