aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-10-30 10:52:29 -0500
committerBrent Cook <bcook@openbsd.org>2014-10-30 19:15:20 -0500
commita2373f7007b78e0059b8e9516666ee23ac6b7671 (patch)
tree87ed99dea837d568c5d20ed72f8b36936b883ead
parenta4cc953911a745d6e769a03cbe6442ee2fc27cbd (diff)
downloadportable-a2373f7007b78e0059b8e9516666ee23ac6b7671.tar.gz
portable-a2373f7007b78e0059b8e9516666ee23ac6b7671.tar.bz2
portable-a2373f7007b78e0059b8e9516666ee23ac6b7671.zip
wrap arc4random header
ok @doug
-rw-r--r--crypto/compat/arc4random.h4
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