summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/conf.c
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2003-02-04 20:02:35 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2003-02-04 20:02:35 +0000
commite31598a61967d6a43e6e20f72aae01f47ca44a67 (patch)
tree68fef6796fa40962ad3cd89ee4008140b3cc3ebd /sbin/isakmpd/conf.c
parentfa6d08ac5b62a3f6b9ee471895813632e8f86aac (diff)
don't set the Transform for Default-phase-1-configuration twice, ok ho@
Diffstat (limited to 'sbin/isakmpd/conf.c')
-rw-r--r--sbin/isakmpd/conf.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sbin/isakmpd/conf.c b/sbin/isakmpd/conf.c
index 64cb3a20818..387fe39e86c 100644
--- a/sbin/isakmpd/conf.c
+++ b/sbin/isakmpd/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.48 2002/12/06 07:46:50 ho Exp $ */
+/* $OpenBSD: conf.c,v 1.49 2003/02/04 20:02:34 markus Exp $ */
/* $EOM: conf.c,v 1.48 2000/12/04 02:04:29 angelos Exp $ */
/*
@@ -494,11 +494,6 @@ conf_load_defaults (int tr)
if (dflt)
conf_set (tr, "Default-phase-1", "ID", dflt, 0, 1);
- conf_set (tr, "Default-phase-1-configuration",
- "EXCHANGE_TYPE", "ID_PROT", 0, 1);
- conf_set (tr, "Default-phase-1-configuration", "Transforms",
- "3DES-SHA-RSA_SIG", 0, 1);
-
/* Quick modes */
for (enc = 0; qm_enc[enc]; enc ++)
for (proto = 0; proto < 2; proto ++)