summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/math_ec2n.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/math_ec2n.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/math_ec2n.c')
-rw-r--r--sbin/isakmpd/math_ec2n.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/isakmpd/math_ec2n.c b/sbin/isakmpd/math_ec2n.c
index 49cea129b92..dfb25a596e8 100644
--- a/sbin/isakmpd/math_ec2n.c
+++ b/sbin/isakmpd/math_ec2n.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: math_ec2n.c,v 1.12 2005/04/06 16:00:20 deraadt Exp $ */
+/* $OpenBSD: math_ec2n.c,v 1.13 2005/04/08 22:32:10 cloder Exp $ */
/* $EOM: math_ec2n.c,v 1.9 1999/04/20 09:23:31 niklas Exp $ */
/*
@@ -33,8 +33,6 @@
#include <sys/param.h>
#include <stdio.h>
-#include "sysdep.h"
-
#include "math_2n.h"
#include "math_ec2n.h"