On 7/10/26 16:25, 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(-)
I'm picking this up for 11.0.x stable series.
Please let me know if I shouldn't.
Thanks,
/mjt