Re: [PATCH v4 5/6] crypto: Support SHA384 hash when using glib

2024-08-19 Thread Daniel P . Berrangé
On Sun, Aug 18, 2024 at 05:42:56PM +0600, Dorjoy Chowdhury wrote: > QEMU requires minimum glib version 2.66.0 as per the root meson.build > file and per glib documentation[1] G_CHECKSUM_SHA384 is available since > 2.51. > > [1] https://docs.gtk.org/glib/enum.ChecksumType.html > > Signed-off-by: D

[PATCH v4 5/6] crypto: Support SHA384 hash when using glib

2024-08-18 Thread Dorjoy Chowdhury
QEMU requires minimum glib version 2.66.0 as per the root meson.build file and per glib documentation[1] G_CHECKSUM_SHA384 is available since 2.51. [1] https://docs.gtk.org/glib/enum.ChecksumType.html Signed-off-by: Dorjoy Chowdhury --- crypto/hash-glib.c | 2 +- 1 file changed, 1 insertion(+),