aboutsummaryrefslogtreecommitdiff
path: root/crypto/compat/arc4random.h
blob: e4ecd06c54ab38374e50d9b13399da10d4d3c478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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