On Fri, Jul 10, 2026 at 03:25:30PM +0200, Luc Michel wrote:
> c4b3d0074 removed the check that nettle or gcrypt were explicitly
> requested as the crypto library to use, breaking the --enable-nettle and
> --enable-gcrypt options. Re-add the logic to force usage of nettle or
> gcrypt for crypto operations, while still keeping gnutls for TLS.
> 
> Fixes: c4b3d0074 (crypto: bump min gnutls to 3.7.5)
> Signed-off-by: Luc Michel <[email protected]>
> ---
> v2:
>    - Revert more of c4b3d0074 to restore the gnutls_crypto logic to
>      disable gnutls only for crypto ops but keep it for TLS [Daniel]
> ---
>  meson.build                    | 11 ++++++++++-
>  crypto/cipher.c                |  2 +-
>  tests/unit/test-crypto-block.c |  3 ++-
>  crypto/meson.build             |  2 +-
>  4 files changed, 14 insertions(+), 4 deletions(-)

Reviewed-by: Daniel P. Berrangé <[email protected]>

and queued.

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 :|


Reply via email to