summaryrefslogtreecommitdiff
path: root/crypto/drbg.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-03-18 15:51:31 +0000
committerHerbert Xu <herbert@gondor.apana.org.au>2016-04-05 20:35:44 +0800
commit15e923647800459c8599a0ef9de04230f0a23f0d (patch)
treeae683f0b4e543bfe25af3554d9daf330b27bbe9e /crypto/drbg.c
parenta8e3a343aba2a375bc2e1c3a65b1aca900a68f1f (diff)
downloadlinux-crypto-15e923647800459c8599a0ef9de04230f0a23f0d.tar.gz
linux-crypto-15e923647800459c8599a0ef9de04230f0a23f0d.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: c439ff12d5f8 ("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 'crypto/drbg.c')
0 files changed, 0 insertions, 0 deletions