Re: [PATCH v4 10/15] crypto/hash-gcrypt: Remove old hash API functions

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

[PATCH v4 10/15] crypto/hash-gcrypt: Remove old hash API functions

2024-08-07 Thread Alejandro Zeise
Removes old hash implemention in the gcrypt hash driver. Signed-off-by: Alejandro Zeise --- crypto/hash-gcrypt.c | 67 1 file changed, 67 deletions(-) diff --git a/crypto/hash-gcrypt.c b/crypto/hash-gcrypt.c index e05511cafa..7779ec8446 100644 --- a/