diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-03-18 15:51:31 +0000 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-04-05 20:35:44 +0800 |
commit | 06af9b0f4949b85b20107e6d75f5eba15111d220 (patch) | |
tree | c2a67da36ef1d1b88b6cd3a5e2256a1c44b6cf01 /drivers/pwm | |
parent | 150f6d457cfcb37646b026251d8a584978618726 (diff) | |
download | talos-obmc-linux-06af9b0f4949b85b20107e6d75f5eba15111d220.tar.gz talos-obmc-linux-06af9b0f4949b85b20107e6d75f5eba15111d220.zip |
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>
Diffstat (limited to 'drivers/pwm')
0 files changed, 0 insertions, 0 deletions