diff options
author | Chad Loder <cloder@cvs.openbsd.org> | 2005-04-08 22:32:11 +0000 |
---|---|---|
committer | Chad Loder <cloder@cvs.openbsd.org> | 2005-04-08 22:32:11 +0000 |
commit | cb04993a6a5ad3e448426e96a948cdef66528031 (patch) | |
tree | f7ef29458cec34b4c4dc5b6aa0a0720a18846ad5 /sbin/isakmpd/if.c | |
parent | f6e2c42a9faec3e926fc2d60e8cdc93729f7a211 (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/if.c')
-rw-r--r-- | sbin/isakmpd/if.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/isakmpd/if.c b/sbin/isakmpd/if.c index ea9af7e9c16..e30cbffd41f 100644 --- a/sbin/isakmpd/if.c +++ b/sbin/isakmpd/if.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.24 2005/04/08 16:11:11 deraadt Exp $ */ +/* $OpenBSD: if.c,v 1.25 2005/04/08 22:32:10 cloder Exp $ */ /* $EOM: if.c,v 1.12 1999/10/01 13:45:20 niklas Exp $ */ /* @@ -37,8 +37,6 @@ #include <unistd.h> #include <ifaddrs.h> -#include "sysdep.h" - #include "log.h" #include "monitor.h" #include "if.h" |