On Thu, Aug 13, 2026 at 01:33:59PM +0400, [email protected] wrote: > From: Marc-André Lureau <[email protected]> > > sha.h has been deprecated. It seems we can rely on sha1.h/sha2.h > since we depend on >= 3.7.3. > > Resolves: https://gitlab.com/qemu-project/qemu/-/work_items/4184 > Reviewed-by: Philippe Mathieu-Daudé <[email protected]> > Signed-off-by: Marc-André Lureau <[email protected]> > --- > crypto/hash-nettle.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Daniel P. Berrangé <[email protected]> and queued > diff --git a/crypto/hash-nettle.c b/crypto/hash-nettle.c > index 53f68301efb5..2589bbf4c10e 100644 > --- a/crypto/hash-nettle.c > +++ b/crypto/hash-nettle.c > @@ -24,7 +24,8 @@ > #include "crypto/hash.h" > #include "hashpriv.h" > #include <nettle/md5.h> > -#include <nettle/sha.h> > +#include <nettle/sha1.h> > +#include <nettle/sha2.h> > #include <nettle/ripemd160.h> > #ifdef CONFIG_CRYPTO_SM3 > #include <nettle/sm3.h> > -- > 2.55.0.543.g5ebe2ebe4ea8 > With regards, Daniel -- |: https://berrange.com ~~ https://hachyderm.io/@berrange :| |: https://libvirt.org ~~ https://entangle-photo.org :| |: https://pixelfed.art/berrange ~~ https://fstop138.berrange.com :|
