Re: [PATCH] crypto/hash-afalg: Fix broken build

2024-10-17 Thread Daniel P . Berrangé
On Thu, Oct 17, 2024 at 08:54:04AM +0200, Cédric Le Goater wrote: > On 10/17/24 08:47, Markus Armbruster wrote: > > Fux build broken by semantic conflict with commit > > 8f525028bc6 (qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo). > > > > Fixes: 90c3dc60735a (crypto/hash-afalg: Implement new h

Re: [PATCH] crypto/hash-afalg: Fix broken build

2024-10-17 Thread Markus Armbruster
Cédric Le Goater writes: > On 10/17/24 08:47, Markus Armbruster wrote: >> Fux build broken by semantic conflict with commit >> 8f525028bc6 (qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo). >> Fixes: 90c3dc60735a (crypto/hash-afalg: Implement new hash API) >> Signed-off-by: Markus Armbruster >

Re: [PATCH] crypto/hash-afalg: Fix broken build

2024-10-16 Thread Cédric Le Goater
On 10/17/24 08:47, Markus Armbruster wrote: Fux build broken by semantic conflict with commit 8f525028bc6 (qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo). Fixes: 90c3dc60735a (crypto/hash-afalg: Implement new hash API) Signed-off-by: Markus Armbruster My bad :/ Obviously, I didn't catch t

[PATCH] crypto/hash-afalg: Fix broken build

2024-10-16 Thread Markus Armbruster
Fux build broken by semantic conflict with commit 8f525028bc6 (qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo). Fixes: 90c3dc60735a (crypto/hash-afalg: Implement new hash API) Signed-off-by: Markus Armbruster --- crypto/hash-afalg.c | 10 +- 1 file changed, 5 insertions(+), 5 deletion