You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detect the availability of arc4random_buf when running cmake rather than
using a hardcoded list of platforms on which it is available. Fixes
build failure on Mac OS X 10.6 where it is not available.
Also now make arc4random_buf the first choice to use if it is available.
Previously, if rand_r was not available, the older rand would be used
even if arc4random_buf was available.
0 commit comments