block: convert quorum blockdrv to use crypto APIs
commit488981a4af396551a3178d032cc2b41d9553ada2
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 1 Jul 2015 17:10:35 +0000 (1 18:10 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Jul 2015 11:11:01 +0000 (8 13:11 +0200)
tree611891b0adb2280cfa58b3288638720f305f9895
parented754746fea55df726f4de3dadb5bea0b6aa7409
block: convert quorum blockdrv to use crypto APIs

Get rid of direct use of gnutls APIs in quorum blockdrv in
favour of using the crypto APIs. This avoids the need to
do conditional compilation of the quorum driver. It can
simply report an error at file open file instead if the
required hash algorithm isn't supported by QEMU.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-Id: <1435770638-25715-8-git-send-email-berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
block/Makefile.objs
block/quorum.c
configure