summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-26 19:57:50 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-26 19:57:50 +0000
commite330203338184f21a60edf204786c368640fcfd1 (patch)
treec6a6c8c10a9e5a305a6045e77d48c9ce5a5eb2c5 /sys
parentf9a6c0ac3d4f139e51e54e808391cb56d776e7fb (diff)
ifdef out some currently unused code
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/ip_spd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/ip_spd.c b/sys/netinet/ip_spd.c
index 05b2a4be960..0089c74fb8e 100644
--- a/sys/netinet/ip_spd.c
+++ b/sys/netinet/ip_spd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_spd.c,v 1.30 2001/06/26 19:49:29 angelos Exp $ */
+/* $OpenBSD: ip_spd.c,v 1.31 2001/06/26 19:57:49 angelos Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
*
@@ -593,6 +593,7 @@ ipsec_delete_policy(struct ipsec_policy *ipo)
return err;
}
+#ifdef notyet
/*
* Add a policy to the SPD.
*/
@@ -643,6 +644,7 @@ ipsec_add_policy(struct sockaddr_encap *dst, struct sockaddr_encap *mask,
return ipon;
}
+#endif
/*
* Delete a pending ACQUIRE record.