Re: [PATCH] crypto: fix build against nettle >= 4
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
On 13/8/26 09:40, [email protected] wrote: > From: Marc-André Lureau <[email protected]> > > sha.h has been deprecated. It seems we could just rely on sha1.h/sha2.h > for older versions too, but I didn't check. > > Resolves: https://gitlab.com/qemu-project/qemu/-/work_items/4184 > Signed-off-by: Marc-André Lureau <[email protected]> > --- > crypto/hash-nettle.c | 6 ++++++ > 1 file changed, 6 insertions(+) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>