diff options
author | Brent Cook <bcook@openbsd.org> | 2014-10-30 10:52:29 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-10-30 19:15:20 -0500 |
commit | a2373f7007b78e0059b8e9516666ee23ac6b7671 (patch) | |
tree | 87ed99dea837d568c5d20ed72f8b36936b883ead | |
parent | a4cc953911a745d6e769a03cbe6442ee2fc27cbd (diff) | |
download | portable-a2373f7007b78e0059b8e9516666ee23ac6b7671.tar.gz portable-a2373f7007b78e0059b8e9516666ee23ac6b7671.tar.bz2 portable-a2373f7007b78e0059b8e9516666ee23ac6b7671.zip |
wrap arc4random header
ok @doug
-rw-r--r-- | crypto/compat/arc4random.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/compat/arc4random.h b/crypto/compat/arc4random.h index 8b88e86..9dae794 100644 --- a/crypto/compat/arc4random.h +++ b/crypto/compat/arc4random.h | |||
@@ -1,3 +1,6 @@ | |||
1 | #ifndef LIBCRYPTOCOMPAT_ARC4RANDOM_H | ||
2 | #define LIBCRYPTOCOMPAT_ARC4RANDOM_H | ||
3 | |||
1 | #if defined(__linux__) | 4 | #if defined(__linux__) |
2 | #include "arc4random_linux.h" | 5 | #include "arc4random_linux.h" |
3 | 6 | ||
@@ -15,3 +18,4 @@ | |||
15 | 18 | ||
16 | #endif | 19 | #endif |
17 | 20 | ||
21 | #endif | ||