commit | 06af9b0f4949b85b20107e6d75f5eba15111d220 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri Mar 18 15:51:31 2016 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Apr 05 20:35:44 2016 +0800 |
tree | c2a67da36ef1d1b88b6cd3a5e2256a1c44b6cf01 | |
parent | 150f6d457cfcb37646b026251d8a584978618726 [diff] |
PKCS#7: fix missing break on OID_sha224 case The OID_sha224 case is missing a break and it falls through to the -ENOPKG error default. Since HASH_ALGO_SHA224 seems to be supported, this looks like an unintentional missing break. Fixes: 07f081fb5057 ("PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use them") Cc: <stable@vger.kernel.org> # 4.2+ Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>