summaryrefslogtreecommitdiff
path: root/bsd-arc4random.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-arc4random.c')
-rw-r--r--bsd-arc4random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-arc4random.c b/bsd-arc4random.c
index a1f515461..86d158243 100644
--- a/bsd-arc4random.c
+++ b/bsd-arc4random.c
@@ -37,7 +37,7 @@
37#define SEED_SIZE 20 37#define SEED_SIZE 20
38 38
39/* Number of bytes to reseed after */ 39/* Number of bytes to reseed after */
40#define REKEY_BYTES (1 >> 18) 40#define REKEY_BYTES (1 << 18)
41 41
42static int rc4_ready = 0; 42static int rc4_ready = 0;
43static RC4_KEY rc4; 43static RC4_KEY rc4;