Re: [PATCH 09/10] PKCS#7: Better handling of unsupported crypto [ver #2]

From: David Howells
Date: Mon Sep 15 2014 - 18:30:20 EST


David Howells <dhowells@xxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/