summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/rnd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/rnd.c b/sys/dev/rnd.c
index 1a26cde7520..45288c708b9 100644
--- a/sys/dev/rnd.c
+++ b/sys/dev/rnd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rnd.c,v 1.97 2008/11/24 16:36:41 deraadt Exp $ */
+/* $OpenBSD: rnd.c,v 1.98 2008/11/24 19:02:38 deraadt Exp $ */
/*
* rnd.c -- A strong random number generator
@@ -604,8 +604,6 @@ enqueue_randomness(int state, int val)
val += state << 13;
if (!rnd_attached) {
- struct rand_event *rep;
-
if ((rep = rnd_put()) == NULL) {
rndstats.rnd_drops++;
return;