summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/dh.c
diff options
context:
space:
mode:
authorChad Loder <cloder@cvs.openbsd.org>2005-04-08 22:32:11 +0000
committerChad Loder <cloder@cvs.openbsd.org>2005-04-08 22:32:11 +0000
commitcb04993a6a5ad3e448426e96a948cdef66528031 (patch)
treef7ef29458cec34b4c4dc5b6aa0a0720a18846ad5 /sbin/isakmpd/dh.c
parentf6e2c42a9faec3e926fc2d60e8cdc93729f7a211 (diff)
Make deterministic randomness (only ever used for testing) a compile-time
option. Reduces chances of somehow setting regrand when it's not supposed to be set. Remove "-r" option from man page. Also xref certpatch(8) while we are in there. And remove some include sysdep.h where it is no longer needed. OK hshoexer
Diffstat (limited to 'sbin/isakmpd/dh.c')
-rw-r--r--sbin/isakmpd/dh.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/isakmpd/dh.c b/sbin/isakmpd/dh.c
index afb41baf2c2..46519b905aa 100644
--- a/sbin/isakmpd/dh.c
+++ b/sbin/isakmpd/dh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dh.c,v 1.9 2004/04/15 18:39:25 deraadt Exp $ */
+/* $OpenBSD: dh.c,v 1.10 2005/04/08 22:32:09 cloder Exp $ */
/* $EOM: dh.c,v 1.5 1999/04/17 23:20:22 niklas Exp $ */
/*
@@ -32,8 +32,6 @@
#include <sys/param.h>
-#include "sysdep.h"
-
#include "math_group.h"
#include "dh.h"
#include "log.h"