aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pluto/vendor.c3
-rw-r--r--src/pluto/vendor.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/src/pluto/vendor.c b/src/pluto/vendor.c
index e9353f856..d825729d8 100644
--- a/src/pluto/vendor.c
+++ b/src/pluto/vendor.c
@@ -197,7 +197,8 @@ static struct vid_struct _vid_tab[] = {
/*
* strongSwan
*/
- DEC_MD5_VID(STRONGSWAN, "strongSwan 4.3.5")
+ DEC_MD5_VID(STRONGSWAN, "strongSwan 4.3.6")
+ DEC_MD5_VID(STRONGSWAN_4_3_5, "strongSwan 4.3.5")
DEC_MD5_VID(STRONGSWAN_4_3_4, "strongSwan 4.3.4")
DEC_MD5_VID(STRONGSWAN_4_3_3, "strongSwan 4.3.3")
DEC_MD5_VID(STRONGSWAN_4_3_2, "strongSwan 4.3.2")
diff --git a/src/pluto/vendor.h b/src/pluto/vendor.h
index f7f3b117a..3df1a8196 100644
--- a/src/pluto/vendor.h
+++ b/src/pluto/vendor.h
@@ -139,6 +139,7 @@ enum known_vendorid {
VID_STRONGSWAN_4_3_2 =120,
VID_STRONGSWAN_4_3_3 =121,
VID_STRONGSWAN_4_3_4 =122,
+ VID_STRONGSWAN_4_3_5 =123,
/* 101 - 200 : NAT-Traversal */
VID_NATT_STENBERG_01 =151,