On 2015/6/19 1:02, Daniel P. Berrange wrote: > 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 <berra...@redhat.com> > --- > block/Makefile.objs | 2 +- > block/quorum.c | 41 ++++++++++++++++++++++------------------- > configure | 39 --------------------------------------- > 3 files changed, 23 insertions(+), 59 deletions(-)
Reviewed-by: Gonglei <arei.gong...@huawei.com>