From: Andreas Steffen Date: Sun, 10 Jan 2010 23:43:46 +0000 (+0100) Subject: pluto and charon are using the same strongSwan Vendor ID X-Git-Tag: 4.3.6~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd37fa86205251bdb496bd5e0242f59ccf89190e;p=thirdparty%2Fstrongswan.git pluto and charon are using the same strongSwan Vendor ID --- diff --git a/src/pluto/vendor.c b/src/pluto/vendor.c index d825729d84..7d3c96c879 100644 --- a/src/pluto/vendor.c +++ b/src/pluto/vendor.c @@ -197,7 +197,7 @@ static struct vid_struct _vid_tab[] = { /* * strongSwan */ - DEC_MD5_VID(STRONGSWAN, "strongSwan 4.3.6") + DEC_MD5_VID(STRONGSWAN, "strongSwan") 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")