From 30dce8269018ce1db5d40b5252cea24b919c25c6 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 8 Apr 2005 18:39:05 +0000 Subject: we have IPPROTO_ETHERIP --- sbin/isakmpd/policy.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sbin/isakmpd') diff --git a/sbin/isakmpd/policy.c b/sbin/isakmpd/policy.c index e5534bc60f3..b6d8a55efee 100644 --- a/sbin/isakmpd/policy.c +++ b/sbin/isakmpd/policy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: policy.c,v 1.83 2005/04/08 16:37:15 deraadt Exp $ */ +/* $OpenBSD: policy.c,v 1.84 2005/04/08 18:39:04 deraadt Exp $ */ /* $EOM: policy.c,v 1.49 2000/10/24 13:33:39 niklas Exp $ */ /* @@ -959,11 +959,9 @@ policy_callback(char *name) remote_id_proto = "udp"; break; -#ifdef IPPROTO_ETHERIP case IPPROTO_ETHERIP: remote_id_proto = "etherip"; break; -#endif default: snprintf(remote_id_proto_num, @@ -1269,11 +1267,9 @@ policy_callback(char *name) remote_filter_proto = "udp"; break; -#ifdef IPPROTO_ETHERIP case IPPROTO_ETHERIP: remote_filter_proto = "etherip"; break; -#endif default: snprintf(remote_filter_proto_num, @@ -1593,11 +1589,9 @@ policy_callback(char *name) local_filter_proto = "udp"; break; -#ifdef IPPROTO_ETHERIP case IPPROTO_ETHERIP: local_filter_proto = "etherip"; break; -#endif default: snprintf(local_filter_proto_num, -- cgit v1.2.3