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 c2ea2b5a0..ea2c24eb2 100644
--- a/src/pluto/vendor.c
+++ b/src/pluto/vendor.c
@@ -205,7 +205,8 @@ static struct vid_struct _vid_tab[] = {
/*
* strongSwan
*/
- DEC_MD5_VID(STRONGSWAN, "strongSwan 4.1.3")
+ DEC_MD5_VID(STRONGSWAN, "strongSwan 4.1.4")
+ DEC_MD5_VID(STRONGSWAN_4_1_3, "strongSwan 4.1.3")
DEC_MD5_VID(STRONGSWAN_4_1_2, "strongSwan 4.1.2")
DEC_MD5_VID(STRONGSWAN_4_1_1, "strongSwan 4.1.1")
DEC_MD5_VID(STRONGSWAN_4_1_0, "strongSwan 4.1.0")
diff --git a/src/pluto/vendor.h b/src/pluto/vendor.h
index 5ba65ea37..a97862eec 100644
--- a/src/pluto/vendor.h
+++ b/src/pluto/vendor.h
@@ -101,6 +101,7 @@ enum known_vendorid {
VID_STRONGSWAN_4_1_0 = 78,
VID_STRONGSWAN_4_1_1 = 79,
VID_STRONGSWAN_4_1_2 = 80,
+ VID_STRONGSWAN_4_1_3 = 81,
/* 101 - 200 : NAT-Traversal */
VID_NATT_STENBERG_01 =101,