On Mon, Jun 06, 2016 at 16:08:55 +0100, Daniel Berrange wrote:
We need to use the gnutls_priority_set_direct method which
was not introduced until 2.1.7, so bump version to 2.2.0
which is the first stable release with it included. This
release dates from Dec 2007 so it is reasonable to ditch
support for the 1.x.x series for gnutls releases entirely.
Signed-off-by: Daniel P. Berrange <berrange(a)redhat.com>
---
configure.ac | 2 +-
src/Makefile.am | 1 -
src/gnutls_1_0_compat.h | 43 -------------------------------------------
src/rpc/virnettlscontext.c | 11 -----------
tests/virnettlshelpers.h | 1 -
5 files changed, 1 insertion(+), 57 deletions(-)
delete mode 100644 src/gnutls_1_0_compat.h
There's one remaining comment mentioning gnutls 1 in
src/rpc/virnettlscontext.c, line 172
ACK with or without the comment fixed.