diff options
author | Jack Lloyd <[email protected]> | 2017-09-21 12:29:01 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-21 12:29:01 -0400 |
commit | b04f1255e4c7be9bc5df592e0cc4bc4261571e60 (patch) | |
tree | 06095c29453de91ef6b92cb017d125b1d179b113 /src/lib | |
parent | b331caf9ae61410aaa6e7e7fc4b33267562bd78e (diff) |
Supposedly iOS has arc4random, so maybe this works...
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/rng/system_rng/info.txt | 9 |
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> |