diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-06-16 20:21:14 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-06-16 20:21:14 +0000 |
commit | 0c8e0615aaaf63090d45338f8a2f1df8060326a1 (patch) | |
tree | caa1ffe85c0e1a87d5ced1b48b138e1dd94bd6ce /src/pluto/vendor.c | |
parent | 08a8f4496ff58c74631da1b7145145d9e9b56ccc (diff) | |
download | strongswan-0c8e0615aaaf63090d45338f8a2f1df8060326a1.tar.bz2 strongswan-0c8e0615aaaf63090d45338f8a2f1df8060326a1.tar.xz |
recognize strongswan-2.8.5 VID
Diffstat (limited to 'src/pluto/vendor.c')
-rw-r--r-- | src/pluto/vendor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluto/vendor.c b/src/pluto/vendor.c index ea2c24eb2..af6ad2640 100644 --- a/src/pluto/vendor.c +++ b/src/pluto/vendor.c @@ -219,6 +219,7 @@ static struct vid_struct _vid_tab[] = { DEC_MD5_VID(STRONGSWAN_4_0_1, "strongSwan 4.0.1") DEC_MD5_VID(STRONGSWAN_4_0_0, "strongSwan 4.0.0") + DEC_MD5_VID(STRONGSWAN_2_8_4, "strongSwan 2.8.5") DEC_MD5_VID(STRONGSWAN_2_8_4, "strongSwan 2.8.4") DEC_MD5_VID(STRONGSWAN_2_8_3, "strongSwan 2.8.3") DEC_MD5_VID(STRONGSWAN_2_8_2, "strongSwan 2.8.2") |