aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/rng/system_rng
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-21 17:15:46 -0400
committerJack Lloyd <[email protected]>2017-09-21 17:15:46 -0400
commit1f7da9e341434c6e6ca738425497c3b127346af6 (patch)
tree7fd575c39f5e7f222bfab024619ad5081584ebca /src/lib/rng/system_rng
parent9769fc3a78319cc8cb79a8fda055e9221e4a19a8 (diff)
parentb04f1255e4c7be9bc5df592e0cc4bc4261571e60 (diff)
Merge GH #1219 Implement System_RNG on macOS/iOS using arc4random
Diffstat (limited to 'src/lib/rng/system_rng')
-rw-r--r--src/lib/rng/system_rng/info.txt9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/lib/rng/system_rng/info.txt b/src/lib/rng/system_rng/info.txt
index 1ea7eb388..fe8e1af1c 100644
--- a/src/lib/rng/system_rng/info.txt
+++ b/src/lib/rng/system_rng/info.txt
@@ -2,12 +2,9 @@
SYSTEM_RNG -> 20141202
</defines>
-
-# Any system with /dev/random or CryptGenRandom
-
<os>
-android
aix
+android
cygwin
darwin
dragonfly
@@ -15,8 +12,9 @@ freebsd
haiku
hpux
hurd
-irix
includeos
+ios
+irix
linux
mingw
netbsd
@@ -30,6 +28,5 @@ winphone
<libs>
windows -> advapi32.lib
winphone -> bcrypt.lib
-
mingw -> advapi32
</libs>