diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pluto/vendor.c | 3 | ||||
-rw-r--r-- | src/pluto/vendor.h | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/pluto/vendor.c b/src/pluto/vendor.c index 3f682b2ba..a85f5e030 100644 --- a/src/pluto/vendor.c +++ b/src/pluto/vendor.c @@ -206,7 +206,8 @@ static struct vid_struct _vid_tab[] = { /* * strongSwan */ - DEC_MD5_VID(STRONGSWAN, "strongSwan 4.2.14") + DEC_MD5_VID(STRONGSWAN, "strongSwan 4.2.15") + DEC_MD5_VID(STRONGSWAN_4_2_14,"strongSwan 4.2.14") DEC_MD5_VID(STRONGSWAN_4_2_13,"strongSwan 4.2.13") DEC_MD5_VID(STRONGSWAN_4_2_12,"strongSwan 4.2.12") DEC_MD5_VID(STRONGSWAN_4_2_11,"strongSwan 4.2.11") diff --git a/src/pluto/vendor.h b/src/pluto/vendor.h index 70d1ad4d1..2d053801f 100644 --- a/src/pluto/vendor.h +++ b/src/pluto/vendor.h @@ -131,6 +131,7 @@ enum known_vendorid { VID_STRONGSWAN_4_2_11 =111, VID_STRONGSWAN_4_2_12 =112, VID_STRONGSWAN_4_2_13 =113, + VID_STRONGSWAN_4_2_14 =114, /* 101 - 200 : NAT-Traversal */ VID_NATT_STENBERG_01 =151, |