summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-01-22 22:17:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-01-22 22:17:17 +0000
commit73e872ad91f0c9a8758dd345a9b0b29a54bb5bc1 (patch)
treee62d8b26852daef85a6350b233f29424444b897c /sbin
parente58d30913debf066aaf629b4baedeedac2e46dab (diff)
regrand can die, from millert
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/util.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/isakmpd/util.h b/sbin/isakmpd/util.h
index 53465ef2bb8..30a5f6ed559 100644
--- a/sbin/isakmpd/util.h
+++ b/sbin/isakmpd/util.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.h,v 1.30 2014/01/22 03:09:31 deraadt Exp $ */
+/* $OpenBSD: util.h,v 1.31 2014/01/22 22:17:16 deraadt Exp $ */
/* $EOM: util.h,v 1.10 2000/10/24 13:33:39 niklas Exp $ */
/*
@@ -37,7 +37,6 @@
#include <sys/time.h>
extern int allow_name_lookups;
-extern int regrand;
extern int sysdep_cleartext(int, int);