Re: [PATCH] ksmbd: Remove unnecessary selection of CRYPTO_ECB

From: Namjae Jeon

Date: Sun Apr 05 2026 - 19:39:33 EST


On Sun, Apr 5, 2026 at 4:45 AM Eric Biggers <ebiggers@xxxxxxxxxx> wrote:
>
> Since the SMB server never uses any ecb(...) algorithm from the
> crypto_skcipher API, selecting CRYPTO_ECB is unnecessary.
>
> Remove it along with the unused CRYPTO_BLK_* constants.
>
> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
Applied it to #ksmbd-for-next-next.
Thanks!