Re: [Qemu-devel] [PATCH] Fix configure test for PBKDF2 in nettle

2016-05-31 Thread Daniel P. Berrange
On Thu, May 26, 2016 at 09:53:13PM -0700, Steven Luo wrote: > From: Steven Luo > > On my Debian jessie system, including nettle/pbkdf2.h does not cause > NULL to be defined, which causes the test to fail to compile. Include > stddef.h to bring in a definition of NULL. > > Cc: qemu-triv...@nongn

Re: [Qemu-devel] [PATCH] Fix configure test for PBKDF2 in nettle

2016-05-29 Thread Michael Tokarev
Applied to trivial, -thanks! /mjt

[Qemu-devel] [PATCH] Fix configure test for PBKDF2 in nettle

2016-05-26 Thread Steven Luo
From: Steven Luo On my Debian jessie system, including nettle/pbkdf2.h does not cause NULL to be defined, which causes the test to fail to compile. Include stddef.h to bring in a definition of NULL. Cc: qemu-triv...@nongnu.org Cc: qemu-sta...@nongnu.org Signed-off-by: Steven Luo --- I suppose