Re: [Qemu-devel] [PATCH v3 06/10] crypto: add a nettle cipher implementation

2015-06-22 Thread Gonglei
On 2015/6/19 1:02, Daniel P. Berrange wrote: > If we are linking to gnutls already and gnutls is built against > nettle, then we should use nettle as a cipher backend in > preference to our built-in backend. > > This will be used when linking against some GNUTLS 2.x versions > and all GNUTLS 3.x v

[Qemu-devel] [PATCH v3 06/10] crypto: add a nettle cipher implementation

2015-06-18 Thread Daniel P. Berrange
If we are linking to gnutls already and gnutls is built against nettle, then we should use nettle as a cipher backend in preference to our built-in backend. This will be used when linking against some GNUTLS 2.x versions and all GNUTLS 3.x versions. Signed-off-by: Daniel P. Berrange --- configu