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/os/darwin.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/os/darwin.txt')
-rw-r--r-- | src/build-data/os/darwin.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/build-data/os/darwin.txt b/src/build-data/os/darwin.txt index 5f460b1c6..1a2f80690 100644 --- a/src/build-data/os/darwin.txt +++ b/src/build-data/os/darwin.txt @@ -14,7 +14,6 @@ posix1 posix_mlock arc4random dev_random -security_framework commoncrypto sockets |