summaryrefslogtreecommitdiff
path: root/src/pluto/vendor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluto/vendor.c')
-rw-r--r--src/pluto/vendor.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/pluto/vendor.c b/src/pluto/vendor.c
index b54f574f2..0e6e3d9b7 100644
--- a/src/pluto/vendor.c
+++ b/src/pluto/vendor.c
@@ -11,7 +11,7 @@
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
- * RCSID $Id: vendor.c 3252 2007-10-06 21:24:50Z andreas $
+ * RCSID $Id: vendor.c 3380 2007-12-04 23:54:32Z andreas $
*/
#include <stdlib.h>
@@ -206,7 +206,9 @@ static struct vid_struct _vid_tab[] = {
/*
* strongSwan
*/
- DEC_MD5_VID(STRONGSWAN, "strongSwan 4.1.8")
+ DEC_MD5_VID(STRONGSWAN, "strongSwan 4.1.10")
+ DEC_MD5_VID(STRONGSWAN_4_1_9, "strongSwan 4.1.9")
+ DEC_MD5_VID(STRONGSWAN_4_1_8, "strongSwan 4.1.8")
DEC_MD5_VID(STRONGSWAN_4_1_7, "strongSwan 4.1.7")
DEC_MD5_VID(STRONGSWAN_4_1_6, "strongSwan 4.1.6")
DEC_MD5_VID(STRONGSWAN_4_1_5, "strongSwan 4.1.5")