Re: [PATCH] PKCS#7: fix missing break on OID_sha224 case

From: David Howells
Date: Wed Apr 06 2016 - 08:55:41 EST


Colin King <colin.king@xxxxxxxxxxxxx> wrote:

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> 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@xxxxxxxxxxxxxxx> # 4.2+
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Acked-by: David Howells <dhowells@xxxxxxxxxx>