diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2015-04-14 17:53:14 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2015-04-14 17:53:14 +0000 |
commit | d06bdb57da0d4bc85a9eef0c7b6d21329656ac80 (patch) | |
tree | 8aaf6a99f0acff9f0a7eca439fa44d0365059f45 | |
parent | 1829abffa478bfeb146735d133c3f99e316dc5eb (diff) |
IPsec auth and credentials are not stored in the kernel anymore;
noticed by deraadt@
-rw-r--r-- | usr.bin/netstat/inet.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index 1c1ac3bbd6e..c95c12feb04 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inet.c,v 1.140 2015/02/12 01:49:02 claudio Exp $ */ +/* $OpenBSD: inet.c,v 1.141 2015/04/14 17:53:13 mikeb Exp $ */ /* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */ /* @@ -1445,8 +1445,6 @@ inpcb_dump(u_long off, short protocol, int af) pp("%p", inp_tdb_in, ", "); pp("%p", inp_tdb_out, ", "); pp("%p", inp_ipo, "\n "); - pp("%p", inp_ipsec_remotecred, ", "); - pp("%p", inp_ipsec_remoteauth, "\n "); p("%d", inp_cksum6, "\n "); pp("%p", inp_icmp6filt, "\n "); pp("%p", inp_pf_sk, "\n "); |