Re: [PATCH] crypto: s390/sha - Fix uninitialized variable in SHA-1 and SHA-2
From: Eric Biggers
Date: Fri Jun 27 2025 - 17:57:02 EST
On Fri, Jun 27, 2025 at 11:56:49AM -0700, Eric Biggers wrote:
> This could cause e.g. CPACF_KIMD_SHA_512 | CPACF_KIMD_NIP to be used
> instead of just CPACF_KIMD_NIP.
That should say "instead of just CPACF_KIMD_SHA_512".
- Eric