summaryrefslogtreecommitdiffstats
path: root/bsd-misc.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-04 14:57:08 +1000
committerDamien Miller <djm@mindrot.org>2000-04-04 14:57:08 +1000
commit9f98f06c89afad9c8f32d496c07f3bf44e7dc906 (patch)
treee1b3a6eba9dd11ca637d08ee3518849b83dca5a1 /bsd-misc.c
parent2acd082bc97f0f6d0a8ca510d3945b4262922ed3 (diff)
Removed excess seed_rng calls
Diffstat (limited to 'bsd-misc.c')
-rw-r--r--bsd-misc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bsd-misc.c b/bsd-misc.c
index 3186c86d..83822cad 100644
--- a/bsd-misc.c
+++ b/bsd-misc.c
@@ -121,7 +121,6 @@ void arc4random_stir(void)
seed_rng();
RAND_bytes(rand_buf, sizeof(rand_buf));
- seed_rng();
rc4_key(rc4, rand_buf, sizeof(rand_buf));
memset(rand_buf, 0, sizeof(rand_buf));