Re: [PATCH] crypto: ecrdsa - remove empty sig_alg exit callback

From: Lukas Wunner

Date: Tue May 19 2026 - 06:16:26 EST


On Tue, May 19, 2026 at 10:36:32AM +0200, Thorsten Blum wrote:
> ecrdsa_exit_tfm() is empty, and sig_alg .exit is optional. The
> corresponding .init callback is not set either, so there is nothing to
> release in .exit.
>
> Remove the empty function and leave .exit unset.
>
> Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>

Reviewed-by: Lukas Wunner <lukas@xxxxxxxxx>