diff options
author | Jack Lloyd <[email protected]> | 2018-09-04 18:58:59 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-09-04 21:00:00 -0400 |
commit | f69979b0e6829f58925ebce9344d7f9d0f1650a4 (patch) | |
tree | 078814b2fbd904fe2078fcea32d69013aa9e7197 /src/build-data/policy/modern.txt | |
parent | bd523b1a08f9e9b7316b3613a5a589471c7785d4 (diff) |
Remove Darwin SecRandomCopyBytes
It is the same RNG as arc4random and /dev/urandom. And arc4random seems
to be working well for iOS and macOS.
Diffstat (limited to 'src/build-data/policy/modern.txt')
-rw-r--r-- | src/build-data/policy/modern.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/build-data/policy/modern.txt b/src/build-data/policy/modern.txt index ae659087c..f53322e79 100644 --- a/src/build-data/policy/modern.txt +++ b/src/build-data/policy/modern.txt @@ -82,7 +82,6 @@ rdrand_rng system_rng # entropy sources -darwin_secrandom dev_random proc_walk rdrand |