diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-04-08 01:15:17 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-06-06 16:26:06 +0200 |
commit | e5724f71d2c054bc51d66092beb6af4da21e0c62 (patch) | |
tree | 210ddf678e7aa8cb503f6fb5b977864861699e2b /configure.ac | |
parent | c48ebde5ce6db3da8cd571d213d1a1f265de8983 (diff) |
sysdep: Add wrapper to get random bytes - update
Simplify the code and fix an issue with getentropy() return value.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ded258d3..64181d29 100644 --- a/configure.ac +++ b/configure.ac @@ -376,7 +376,6 @@ fi AC_CHECK_FUNCS(getrandom) AC_CHECK_FUNCS(getentropy) -AC_CHECK_HEADERS(sys/random.h) if test "$enable_debug" = yes ; then AC_DEFINE([DEBUGGING], [1], [Define to 1 if debugging is enabled]) |