Re: [PATCH v4 12/15] crypto/hash-nettle: Remove old hash API functions

2024-08-08 Thread Daniel P . Berrangé
On Wed, Aug 07, 2024 at 07:51:19PM +, Alejandro Zeise wrote: > Removes old hash implemention in the nettle hash driver. > > Signed-off-by: Alejandro Zeise > --- > crypto/hash-nettle.c | 53 > 1 file changed, 53 deletions(-) Reviewed-by: Daniel P.

[PATCH v4 12/15] crypto/hash-nettle: Remove old hash API functions

2024-08-07 Thread Alejandro Zeise
Removes old hash implemention in the nettle hash driver. Signed-off-by: Alejandro Zeise --- crypto/hash-nettle.c | 53 1 file changed, 53 deletions(-) diff --git a/crypto/hash-nettle.c b/crypto/hash-nettle.c index 894c7b4fc3..bd489f865e 100644 --- a/