summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ipsp.h
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-29 01:03:02 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-29 01:03:02 +0000
commit98bf2f62e44cf563d022f37f3eca2cd7faca192a (patch)
treeaf61da47ed175b9e43c847700195f58c27237976 /sys/netinet/ip_ipsp.h
parentc48b5769e25ba769c434ebaa0c05fa73afd6d474 (diff)
Add ipsp_skipcrypto_{mark,unmark}()
Diffstat (limited to 'sys/netinet/ip_ipsp.h')
-rw-r--r--sys/netinet/ip_ipsp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/ip_ipsp.h b/sys/netinet/ip_ipsp.h
index 42a8d903c8a..38612515d3a 100644
--- a/sys/netinet/ip_ipsp.h
+++ b/sys/netinet/ip_ipsp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ipsp.h,v 1.91 2001/05/27 05:17:07 angelos Exp $ */
+/* $OpenBSD: ip_ipsp.h,v 1.92 2001/05/29 01:03:01 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
@@ -595,5 +595,7 @@ extern void ipsp_delete_acquire(struct ipsec_acquire *);
extern void ipsp_clear_acquire(struct tdb *);
extern int ipsp_is_unspecified(union sockaddr_union);
extern void ipsp_reffree(struct ipsec_ref *);
+extern void ipsp_skipcrypto_unmark(struct tdb_ident *);
+extern void ipsp_skipcrypto_mark(struct tdb_ident *);
#endif /* _KERNEL */
#endif /* _NETINET_IPSP_H_ */