summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>2001-05-27 03:53:09 +0000
committerangelos <angelos@openbsd.org>2001-05-27 03:53:09 +0000
commit646e5c6b1c202627468e3d09d93f4e708aaab72f (patch)
tree0197360242f3b03ab844e9d0dd5e7ab909b186b7
parentProbably a good idea to pass the NULL to the correct function... (diff)
downloadwireguard-openbsd-646e5c6b1c202627468e3d09d93f4e708aaab72f.tar.xz
wireguard-openbsd-646e5c6b1c202627468e3d09d93f4e708aaab72f.zip
Keep local authentication material on the PCB.
-rw-r--r--sys/netinet/in_pcb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h
index 88722c0e453..7c5f87d24e6 100644
--- a/sys/netinet/in_pcb.h
+++ b/sys/netinet/in_pcb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in_pcb.h,v 1.34 2001/05/21 03:02:18 angelos Exp $ */
+/* $OpenBSD: in_pcb.h,v 1.35 2001/05/27 03:53:09 angelos Exp $ */
/* $NetBSD: in_pcb.h,v 1.14 1996/02/13 23:42:00 christos Exp $ */
/*
@@ -137,6 +137,7 @@ struct inpcb {
struct ipsec_ref *inp_ipsec_remoteid;
struct ipsec_ref *inp_ipsec_localcred;
struct ipsec_ref *inp_ipsec_remotecred;
+ struct ipsec_ref *inp_ipsec_auth;
#define inp_flowinfo inp_hu.hu_ipv6.ip6_flow
int in6p_cksum;