summaryrefslogtreecommitdiffstats
path: root/ipsec-tools/src/racoon/handler.h
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2018-06-06 11:11:52 +0200
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2018-08-01 09:55:27 +0200
commit8645c9d72011bfeae72ccecd3edd0f9b295c59c6 (patch)
treeeef2015473744e60eeec429eeb44ec98bf12167a /ipsec-tools/src/racoon/handler.h
parentImport ipsec-tools 0.8.2. (diff)
downloadrtems-libbsd-8645c9d72011bfeae72ccecd3edd0f9b295c59c6.tar.bz2
ipsec-tools: Apply patches from FreeBSD ports.
Source: https://svnweb.freebsd.org/ports/head/security/ipsec-tools/files/ revision 468617.
Diffstat (limited to 'ipsec-tools/src/racoon/handler.h')
-rw-r--r--ipsec-tools/src/racoon/handler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipsec-tools/src/racoon/handler.h b/ipsec-tools/src/racoon/handler.h
index 45d596e2..f4e6afd0 100644
--- a/ipsec-tools/src/racoon/handler.h
+++ b/ipsec-tools/src/racoon/handler.h
@@ -1,4 +1,4 @@
-/* $NetBSD: handler.h,v 1.25 2010/11/17 10:40:41 tteras Exp $ */
+/* $NetBSD: handler.h,v 1.26 2017/01/24 19:23:56 christos Exp $ */
/* Id: handler.h,v 1.19 2006/02/25 08:25:12 manubsd Exp */
@@ -141,6 +141,7 @@ struct ph1handle {
#endif
#ifdef ENABLE_FRAG
int frag; /* IKE phase 1 fragmentation */
+ int frag_last_index;
struct isakmp_frag_item *frag_chain; /* Received fragments */
#endif