mbox series

[for-4.1,0/2] Compatibility fixes for nettle 2.7 vs 3.0 vs 3.5

Message ID 20190712101849.8993-1-berrange@redhat.com (mailing list archive)
Headers show
Series Compatibility fixes for nettle 2.7 vs 3.0 vs 3.5 | expand

Message

Daniel P. Berrangé July 12, 2019, 10:18 a.m. UTC
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 ++++++++++++++++++++++++++++++++++-------
 crypto/hash-nettle.c   |  12 ++-
 crypto/hmac-nettle.c   |  17 +++-
 3 files changed, 205 insertions(+), 42 deletions(-)

Comments

Amol Surati July 13, 2019, 5:17 a.m. UTC | #1
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