diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-08 16:52:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-08 16:52:42 +0000 |
commit | 22d65b03fd03870051fa54e1ec227c3f1d509e11 (patch) | |
tree | fa6c0c06726642c7213616b281d2502c0314ce50 /sbin/isakmpd/isakmp_doi.c | |
parent | 642f324b1c9f95a661777461d2ecc3a3b564bb92 (diff) |
always enable aggressive, dpd, and isakmp_cfg
Diffstat (limited to 'sbin/isakmpd/isakmp_doi.c')
-rw-r--r-- | sbin/isakmpd/isakmp_doi.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/isakmpd/isakmp_doi.c b/sbin/isakmpd/isakmp_doi.c index 2fc8c1dab4c..b819f768a2c 100644 --- a/sbin/isakmpd/isakmp_doi.c +++ b/sbin/isakmpd/isakmp_doi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isakmp_doi.c,v 1.22 2004/06/20 17:17:35 ho Exp $ */ +/* $OpenBSD: isakmp_doi.c,v 1.23 2005/04/08 16:52:41 deraadt Exp $ */ /* $EOM: isakmp_doi.c,v 1.42 2000/09/12 16:29:41 ho Exp $ */ /* @@ -247,10 +247,8 @@ isakmp_responder(struct message *msg) } return 0; -#ifdef USE_ISAKMP_CFG case ISAKMP_EXCH_TRANSACTION: /* return 0 isakmp_cfg_responder (msg); */ -#endif /* USE_ISAKMP_CFG */ default: /* XXX So far we don't accept any proposals. */ |