Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netipsec Remove unused.



details:   https://anonhg.NetBSD.org/src/rev/483fd117e6a5
branches:  trunk
changeset: 322367:483fd117e6a5
user:      maxv <maxv%NetBSD.org@localhost>
date:      Tue May 01 08:08:46 2018 +0000

description:
Remove unused.

diffstat:

 sys/netipsec/xform.h |  15 +--------------
 1 files changed, 1 insertions(+), 14 deletions(-)

diffs (29 lines):

diff -r a44152042c1e -r 483fd117e6a5 sys/netipsec/xform.h
--- a/sys/netipsec/xform.h      Tue May 01 07:21:39 2018 +0000
+++ b/sys/netipsec/xform.h      Tue May 01 08:08:46 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xform.h,v 1.15 2018/04/19 08:27:39 maxv Exp $  */
+/*     $NetBSD: xform.h,v 1.16 2018/05/01 08:08:46 maxv Exp $  */
 /*     $FreeBSD: xform.h,v 1.1.4.1 2003/01/24 05:11:36 sam Exp $       */
 /*     $OpenBSD: ip_ipsp.h,v 1.119 2002/03/14 01:27:11 millert Exp $   */
 /*
@@ -46,19 +46,6 @@
 #include <netinet/in.h>
 #include <opencrypto/xform.h>
 
-#define        AH_HMAC_INITIAL_RPL     1       /* replay counter initial value */
-
-/*
- * Packet tag assigned on completion of IPsec processing; used
- * to speedup processing when/if the packet comes back for more
- * processing.
- */
-struct tdb_ident {
-       u_int32_t spi;
-       union sockaddr_union dst;
-       u_int8_t proto;
-};
-
 /*
  * Opaque data structure hung off a crypto operation descriptor.
  */



Home | Main Index | Thread Index | Old Index