aboutsummaryrefslogtreecommitdiff
path: root/crypto/compat/arc4random.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/compat/arc4random.h')
-rw-r--r--crypto/compat/arc4random.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/crypto/compat/arc4random.h b/crypto/compat/arc4random.h
new file mode 100644
index 0000000..e4ecd06
--- /dev/null
+++ b/crypto/compat/arc4random.h
@@ -0,0 +1,16 @@
1#ifdef __linux__
2#include "arc4random_linux.h"
3#endif
4
5#ifdef __APPLE__
6#include "arc4random_osx.h"
7#endif
8
9#ifdef __sun
10#include "arc4random_solaris.h"
11#endif
12
13#ifdef __WIN32
14#include "arc4random_win.h"
15#endif
16