summaryrefslogtreecommitdiffstats
path: root/bsd-arc4random.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-09-24 11:10:13 +1100
committerDamien Miller <djm@mindrot.org>2000-09-24 11:10:13 +1100
commit72c9a7e958689740cb3449df5732e0956d52ef5b (patch)
tree70f861946c4e7750bd04cdd57fd7952da1c889fe /bsd-arc4random.c
parent62cee00753ef8ce31b322ce6a14318cb974e883d (diff)
- (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
- (djm) A bit more cleanup - created cygwin_util.h
Diffstat (limited to 'bsd-arc4random.c')
-rw-r--r--bsd-arc4random.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/bsd-arc4random.c b/bsd-arc4random.c
index fb378d84..ea0abf3f 100644
--- a/bsd-arc4random.c
+++ b/bsd-arc4random.c
@@ -23,11 +23,12 @@
*/
#include "includes.h"
-#include <openssl/rand.h>
-#include <openssl/rc4.h>
#ifndef HAVE_ARC4RANDOM
+#include <openssl/rand.h>
+#include <openssl/rc4.h>
+
/* Size of key to use */
#define SEED_SIZE 20