summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorho <ho@openbsd.org>2002-06-08 23:09:46 +0000
committerho <ho@openbsd.org>2002-06-08 23:09:46 +0000
commit0fbaac37e78c608623e6cb5f4b7006bf3ec08994 (patch)
treec75f6283fe4d1a1f5ff2f998f7d001f9b4519e4a
parentIf a IP packet is too large for the outgoing interface and DF is set, (diff)
downloadwireguard-openbsd-0fbaac37e78c608623e6cb5f4b7006bf3ec08994.tar.xz
wireguard-openbsd-0fbaac37e78c608623e6cb5f4b7006bf3ec08994.zip
add cfg_type
-rw-r--r--sbin/isakmpd/ipsec.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/isakmpd/ipsec.h b/sbin/isakmpd/ipsec.h
index 3b6b94bef14..71f4b1fe868 100644
--- a/sbin/isakmpd/ipsec.h
+++ b/sbin/isakmpd/ipsec.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipsec.h,v 1.19 2001/08/22 08:49:00 niklas Exp $ */
+/* $OpenBSD: ipsec.h,v 1.20 2002/06/08 23:09:46 ho Exp $ */
/* $EOM: ipsec.h,v 1.42 2000/12/03 07:58:20 angelos Exp $ */
/*
@@ -107,7 +107,8 @@ struct ipsec_exch {
#ifdef USE_ISAKMP_CFG
/* ISAKMP configuration mode parameters */
u_int16_t cfg_id;
- LIST_HEAD (, isakmp_cfg_attr) attrs;
+ u_int16_t cfg_type;
+ LIST_HEAD (isakmp_cfg_attr_head, isakmp_cfg_attr) attrs;
#endif
};