From cb04993a6a5ad3e448426e96a948cdef66528031 Mon Sep 17 00:00:00 2001 From: Chad Loder Date: Fri, 8 Apr 2005 22:32:11 +0000 Subject: 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 --- sbin/isakmpd/exchange.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sbin/isakmpd/exchange.c') diff --git a/sbin/isakmpd/exchange.c b/sbin/isakmpd/exchange.c index 7977ed6f98b..5d8bb62e791 100644 --- a/sbin/isakmpd/exchange.c +++ b/sbin/isakmpd/exchange.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exchange.c,v 1.118 2005/04/08 19:40:02 deraadt Exp $ */ +/* $OpenBSD: exchange.c,v 1.119 2005/04/08 22:32:09 cloder Exp $ */ /* $EOM: exchange.c,v 1.143 2000/12/04 00:02:25 angelos Exp $ */ /* @@ -40,8 +40,6 @@ #include #include -#include "sysdep.h" - #include "cert.h" #include "conf.h" #include "connection.h" -- cgit v1.2.3