Re: [Qemu-devel] [PATCH] crypto: fix nettle config check for running pbkdf test

2016-04-05 Thread Peter Maydell
On 5 April 2016 at 10:40, Paolo Bonzini wrote: > > > On 04/04/2016 17:24, Daniel P. Berrange wrote: >> The pbkdf test is being built based on a check for CONFIG_NETTLE. >> As of fff2f982ab6ac0dd2b641d30303f72270a019f28, it should be >> instead checking CONFIG_NETTLE_KDF >> >> Reported-by: "Dr. Dav

Re: [Qemu-devel] [PATCH] crypto: fix nettle config check for running pbkdf test

2016-04-05 Thread Paolo Bonzini
On 04/04/2016 17:24, Daniel P. Berrange wrote: > The pbkdf test is being built based on a check for CONFIG_NETTLE. > As of fff2f982ab6ac0dd2b641d30303f72270a019f28, it should be > instead checking CONFIG_NETTLE_KDF > > Reported-by: "Dr. David Alan Gilbert" > Reported-by: Bruce Rogers > Signed-

Re: [Qemu-devel] [PATCH] crypto: fix nettle config check for running pbkdf test

2016-04-04 Thread Ed Maste
On 4 April 2016 at 20:01, Bruce Rogers wrote: On 4/4/2016 at 09:24 AM, "Daniel P. Berrange" wrote: >> The pbkdf test is being built based on a check for CONFIG_NETTLE. >> As of fff2f982ab6ac0dd2b641d30303f72270a019f28, it should be >> instead checking CONFIG_NETTLE_KDF >> >> Reported-by: "Dr

Re: [Qemu-devel] [PATCH] crypto: fix nettle config check for running pbkdf test

2016-04-04 Thread Bruce Rogers
>>> On 4/4/2016 at 09:24 AM, "Daniel P. Berrange" wrote: > The pbkdf test is being built based on a check for CONFIG_NETTLE. > As of fff2f982ab6ac0dd2b641d30303f72270a019f28, it should be > instead checking CONFIG_NETTLE_KDF > > Reported-by: "Dr. David Alan Gilbert" > Reported-by: Bruce Rogers

[Qemu-devel] [PATCH] crypto: fix nettle config check for running pbkdf test

2016-04-04 Thread Daniel P. Berrange
The pbkdf test is being built based on a check for CONFIG_NETTLE. As of fff2f982ab6ac0dd2b641d30303f72270a019f28, it should be instead checking CONFIG_NETTLE_KDF Reported-by: "Dr. David Alan Gilbert" Reported-by: Bruce Rogers Signed-off-by: Daniel P. Berrange --- tests/Makefile | 2 +- 1 file