]> git.ipfire.org Git - thirdparty/qemu.git/commit
Fix configure test for PBKDF2 in nettle
authorSteven Luo <steven+qemu@steven676.net>
Fri, 27 May 2016 04:53:13 +0000 (21:53 -0700)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 5 Aug 2016 18:30:59 +0000 (13:30 -0500)
commit54eb4cf5fc5dc38ac56bb63b8bc5b609f05286a6
tree9caa9c81cc8d9a0059251220b34bcc3fc367a60a
parente81a24a7487e502762bcd1f17dce24e8d7c35bc0
Fix configure test for PBKDF2 in nettle

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-trivial@nongnu.org
Cc: qemu-stable@nongnu.org
Signed-off-by: Steven Luo <steven+qemu@steven676.net>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
(cherry picked from commit 9e87a691bd46846e2232f8c30605c491c85ac987)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
configure