Re: [Qemu-devel] [PATCH for-4.1 0/2] Compatibility fixes for nettle 2.7 vs 3.0 vs 3.5

2019-07-12 Thread Amol Surati
On Fri, Jul 12, 2019 at 11:18:47AM +0100, Daniel P. Berrangé wrote: > This short series fixes a few compatibility issues around different > nettle versions. Thank you for the fix. The compilation with nettle 3.5.1 now succeeds without resorting to --disable-werror or --disable-nettle. -amol

[Qemu-devel] [PATCH for-4.1 0/2] Compatibility fixes for nettle 2.7 vs 3.0 vs 3.5

2019-07-12 Thread Daniel P . Berrangé
This short series fixes a few compatibility issues around different nettle versions. Daniel P. Berrangé (2): crypto: switch to modern nettle AES APIs crypto: fix function signatures for nettle 2.7 vs 3 crypto/cipher-nettle.c | 218 ++---