]> git.proxmox.com Git - mirror_qemu.git/commit - meson.build
crypto: prefer gnutls as the crypto backend if new enough
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 2 Jul 2021 16:38:33 +0000 (17:38 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 14 Jul 2021 13:15:52 +0000 (14:15 +0100)
commit8bd0931f63008b1d50c8df75a611323a93c052bf
treed2ae2c3f09bed5b1d958a95b5ee0730de21517f1
parent8c1d3dc772352284e7f8757131f2ed3f483dd922
crypto: prefer gnutls as the crypto backend if new enough

If we have gnutls >= 3.6.13, then it has enough functionality
and performance that we can use it as the preferred crypto
backend.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
meson.build