From b7933e83cfa90e04f57d135bd8e47a6ad325977d Mon Sep 17 00:00:00 2001 From: Hakan Olsson Date: Wed, 14 May 2003 18:11:20 +0000 Subject: Default public key directory definition sanity. --- sbin/isakmpd/conf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sbin/isakmpd/conf.c') diff --git a/sbin/isakmpd/conf.c b/sbin/isakmpd/conf.c index 73faeab4d31..24db827ded3 100644 --- a/sbin/isakmpd/conf.c +++ b/sbin/isakmpd/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.50 2003/04/30 15:15:11 jason Exp $ */ +/* $OpenBSD: conf.c,v 1.51 2003/05/14 18:11:18 ho Exp $ */ /* $EOM: conf.c,v 1.48 2000/12/04 02:04:29 angelos Exp $ */ /* @@ -417,6 +417,7 @@ conf_load_defaults (int tr) conf_set (tr, "General", "Retransmits", CONF_DFLT_RETRANSMITS, 0, 1); conf_set (tr, "General", "Exchange-max-time", CONF_DFLT_EXCH_MAX_TIME, 0, 1); conf_set (tr, "General", "Policy-file", CONF_DFLT_POLICY_FILE, 0, 1); + conf_set (tr, "General", "Pubkey-directory", CONF_DFLT_PUBKEY_DIR, 0, 1); #ifdef USE_X509 conf_set (tr, "X509-certificates", "CA-directory", CONF_DFLT_X509_CA_DIR, 0, -- cgit v1.2.3