summaryrefslogtreecommitdiff
path: root/crypto/cipher-gcrypt.c
AgeCommit message (Collapse)AuthorFilesLines
2015-07-08crypto: add a gcrypt cipher implementationDaniel P. Berrange1-0/+195
If we are linking to gnutls already and gnutls is built against gcrypt, then we should use gcrypt as a cipher backend in preference to our built-in backend. This will be used when linking against GNUTLS 1.x and many GNUTLS 2.x versions. Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Message-Id: <1435770638-25715-6-git-send-email-berrange@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>