diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2015-10-19 11:25:36 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2015-10-19 11:25:36 +0000 |
commit | 0050716dcb97461cd5e99705a2a4449d85f27b0a (patch) | |
tree | 8a27cabb17ce6397a162fd8a3a6dead147174620 /sbin/iked/Makefile | |
parent | e1e8afedca181afde388423dd27e22111982692e (diff) |
Remove the ikev1 stub - Since I started iked, it has an empty privsep
process for ISAKMP+IKEv1. I kept it to let somebody either contribute
the old protocol one day, I never intended to implement IKEv1 myself,
or to add a new kind of pipe to isakmpd to hand off IKEv1 messages.
As IKEv2 is widely supported by all major OS and networking vendors
now, I'm happy to scrap the idea of supporting ISAKMP+IKEv1. It is
still possible to use isakmpd for legacy VPNs.
OK mikeb@
Diffstat (limited to 'sbin/iked/Makefile')
-rw-r--r-- | sbin/iked/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/iked/Makefile b/sbin/iked/Makefile index 85d4c39330a..2194a950e07 100644 --- a/sbin/iked/Makefile +++ b/sbin/iked/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.12 2014/08/27 10:28:57 reyk Exp $ +# $OpenBSD: Makefile,v 1.13 2015/10/19 11:25:35 reyk Exp $ PROG= iked SRCS= ca.c chap_ms.c config.c control.c crypto.c dh.c \ - eap.c iked.c ikev1.c ikev2.c ikev2_msg.c ikev2_pld.c \ + eap.c iked.c ikev2.c ikev2_msg.c ikev2_pld.c \ log.c ocsp.c pfkey.c policy.c proc.c timer.c util.c \ imsg_util.c smult_curve25519_ref.c SRCS+= eap_map.c ikev2_map.c |