Copying in Daniel

* Amol Surati (suratia...@gmail.com) wrote:
> Hi,
> 
> The qemu upstream (at commit 6df2cdf44a at the moment) fails to compile
> with nettle 3.5.1. It seems that Nettle has deprecated a few parts of
> its API.
> 
> A workaround is to provide --disable-nettle during qemu configuration.
> 
> A portion of the error log:
> 
> error: ‘nettle_aes_encrypt’ is deprecated
> error: ‘nettle_aes_decrypt’ is deprecated
> error: ‘nettle_aes_encrypt’ is deprecated
> error: ‘nettle_aes_decrypt’ is deprecated
> error: ‘nettle_aes_set_encrypt_key’ is deprecated
> error: ‘nettle_aes_set_decrypt_key’ is deprecated
> error: ‘nettle_aes_set_encrypt_key’ is deprecated
> error: ‘nettle_aes_set_decrypt_key’ is deprecated
> error: ‘nettle_aes_set_encrypt_key’ is deprecated
> error: ‘nettle_aes_set_decrypt_key’ is deprecated
> 
> 
> The declaration of one of the functions from nettle's aes.h:
> 
> void
> aes_encrypt(const struct aes_ctx *ctx,
>             size_t length, uint8_t *dst,
>             const uint8_t *src) _NETTLE_ATTRIBUTE_DEPRECATED;
> 
> Thanks,
> Amol
> 
--
Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK

Reply via email to