summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2019-08-18 18:28:04 +0900
committerSlávek Banko <slavek.banko@axis.cz>2019-08-18 15:39:32 +0200
commiteb6fecd543a67412b06971162b37611631f1e0fc (patch)
tree4e77e9b07190aa9652d7a4f93df0049f49c01885 /config.h.cmake
parentfafd412d640a738313f6a435fbc344ce482e8108 (diff)
downloadtdebase-eb6fecd543a67412b06971162b37611631f1e0fc.tar.gz
tdebase-eb6fecd543a67412b06971162b37611631f1e0fc.zip
Change to use arc4random_buf(3) if available
Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 027c45db6f63a04eb31eac481f9264ab9760dce1)
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 17378621c..08e503c35 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -185,6 +185,7 @@
#cmakedefine HAVE_ARC4RANDOM 1
#cmakedefine DEV_RANDOM "@DEV_RANDOM@"
+#cmakedefine HAVE_ARC4RANDOM_BUF 1
#cmakedefine USE_PAM 1
#cmakedefine TDM_PAM_SERVICE "@TDM_PAM_SERVICE@"