Module Name: src
Committed By: maxv
Date: Tue May 1 08:08:46 UTC 2018
Modified Files:
src/sys/netipsec: xform.h
Log Message:
Remove unused.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/netipsec/xform.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/netipsec/xform.h
diff -u src/sys/netipsec/xform.h:1.15 src/sys/netipsec/xform.h:1.16
--- src/sys/netipsec/xform.h:1.15 Thu Apr 19 08:27:39 2018
+++ src/sys/netipsec/xform.h Tue May 1 08:08:46 2018
@@ -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.
*/