mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
build: remove unneeded getentropy detection (HAVE_GETENTROPY)
This commit is contained in:
parent
5cd15ffdce
commit
0c49e52b22
2 changed files with 1 additions and 10 deletions
|
|
@ -32,10 +32,8 @@
|
|||
#include <sys/syscall.h>
|
||||
#include <linux/random.h>
|
||||
#endif
|
||||
#if defined(HAVE_GETENTROPY) || (defined(HAVE_GETENTROPY_RAND) && defined(MAC_OSX))
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#if defined(HAVE_GETENTROPY_RAND) && defined(MAC_OSX)
|
||||
#include <unistd.h>
|
||||
#include <sys/random.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYSCTL_ARND
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue