From bd704fab8d1b6c7676a2d4faf361b7e426a4a8f2 Mon Sep 17 00:00:00 2001 From: mikeb Date: Tue, 14 Apr 2015 17:53:13 +0000 Subject: [PATCH] IPsec auth and credentials are not stored in the kernel anymore; noticed by deraadt@ --- usr.bin/netstat/inet.c | 4 +--- 1 file changed, 1 insertion(+), 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 "); -- 2.20.1