diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2004-06-25 20:25:35 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2004-06-25 20:25:35 +0000 |
commit | 4213c1dc4ca113a27c547ad390fd05f78e947cc4 (patch) | |
tree | bbe8dfdec7c60f9f5fa03764990e132020c69dd2 /sbin/isakmpd/conf.h | |
parent | 7f25b2c327254506ea1c8ca59862ea2c5c8cfdbe (diff) |
Keynote policy checking can now be disabled by "-K" switch and config tag
"Use-Keynote". Default is to use keynote.
ok henning@ ho@
Diffstat (limited to 'sbin/isakmpd/conf.h')
-rw-r--r-- | sbin/isakmpd/conf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/isakmpd/conf.h b/sbin/isakmpd/conf.h index 96447d6c9a7..7c66620d4b6 100644 --- a/sbin/isakmpd/conf.h +++ b/sbin/isakmpd/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.29 2004/05/14 08:42:56 hshoexer Exp $ */ +/* $OpenBSD: conf.h,v 1.30 2004/06/25 20:25:34 hshoexer Exp $ */ /* $EOM: conf.h,v 1.13 2000/09/18 00:01:47 ho Exp $ */ /* @@ -57,6 +57,7 @@ #define CONF_DFLT_RETRANSMITS "3" #define CONF_DFLT_EXCH_MAX_TIME "120" +#define CONF_DFLT_USE_KEYNOTE "yes" #define CONF_DFLT_POLICY_FILE ISAKMPD_ROOT "isakmpd.policy" #define CONF_DFLT_X509_CA_DIR ISAKMPD_ROOT "ca/" |