Re: [Qemu-devel] [PATCH 05/10] crypto: add a gcrypt cipher implementation

2015-06-01 Thread Daniel P. Berrange
On Fri, May 29, 2015 at 11:53:39AM +0800, Gonglei wrote: > On 2015/5/21 18:56, Daniel P. Berrange wrote: > > 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 use

Re: [Qemu-devel] [PATCH 05/10] crypto: add a gcrypt cipher implementation

2015-05-28 Thread Gonglei
On 2015/5/21 18:56, Daniel P. Berrange wrote: > 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. >

[Qemu-devel] [PATCH 05/10] crypto: add a gcrypt cipher implementation

2015-05-21 Thread Daniel P. Berrange
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 --- configure