diff options
author | 2001-06-26 19:57:49 +0000 | |
---|---|---|
committer | 2001-06-26 19:57:49 +0000 | |
commit | 21da7f5681d1d22d274a81c2e6773245dcfd6e21 (patch) | |
tree | 357c94ded4743bd35a5ed9acb96dc8d0d56b214f | |
parent | implement djb's getpeereid(2), to allow local-domain servers to determine client credentials. mostly from superscript.com. deraadt@ ok (diff) | |
download | wireguard-openbsd-21da7f5681d1d22d274a81c2e6773245dcfd6e21.tar.xz wireguard-openbsd-21da7f5681d1d22d274a81c2e6773245dcfd6e21.zip |
ifdef out some currently unused code
-rw-r--r-- | sys/netinet/ip_spd.c | 4 |
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. |