crypto: add a gcrypt cipher implementation
commit62893b67cd82bbd48b013c1cec25f0d863612c80
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 1 Jul 2015 17:10:33 +0000 (1 18:10 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Jul 2015 11:11:01 +0000 (8 13:11 +0200)
treefdcded03d2afd85f14e082d1264808ac8b0e4abb
parentca38a4cc9e36647437b837b346a41981fb8880cd
crypto: add a gcrypt cipher implementation

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>
configure
crypto/cipher-gcrypt.c [new file with mode: 0644]
crypto/cipher.c
crypto/init.c