]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove explicit check for gnutls_cipher_encrypt
authorJán Tomko <jtomko@redhat.com>
Tue, 15 May 2018 10:45:12 +0000 (12:45 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 16 May 2018 08:40:40 +0000 (10:40 +0200)
commitfbb07a757b8eb3bf50e0548e0c017dbc459c4ed0
treecb8546539e96b9a903e18d5631714eb9be36c84a
parentac9ad7730359c0a16d7473031a02313e55755de2
Remove explicit check for gnutls_cipher_encrypt

Introduced in gnutls 2.10, and we assume >= 3.2.

Commit 1ce9c08a added this check.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
m4/virt-gnutls.m4
src/util/vircrypto.c
tests/qemuxml2argvtest.c