update to newly-refactored arc4random compatibility shims
the thread-private bits can move next ok beck@
This commit is contained in:
16
crypto/compat/arc4random.h
Normal file
16
crypto/compat/arc4random.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifdef __linux__
|
||||
#include "arc4random_linux.h"
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include "arc4random_osx.h"
|
||||
#endif
|
||||
|
||||
#ifdef __sun
|
||||
#include "arc4random_solaris.h"
|
||||
#endif
|
||||
|
||||
#ifdef __WIN32
|
||||
#include "arc4random_win.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user