aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-03-30 16:00:11 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-03-30 16:00:11 +0000
commita95016c83ee92e569a9b87bb0d84e5c3a09ce43d (patch)
treecffbf070e5f887334ab39fd2a942687c8c64fc18
parent0c95f8387e7b70e5b02fe19d5a07f9be549756ef (diff)
downloadstrongswan-a95016c83ee92e569a9b87bb0d84e5c3a09ce43d.tar.bz2
strongswan-a95016c83ee92e569a9b87bb0d84e5c3a09ce43d.tar.xz
fixed copy-and-paste error in vendor.h
-rw-r--r--src/pluto/vendor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pluto/vendor.c b/src/pluto/vendor.c
index 9041d118f..4f0e6d43a 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.3.0")
+ 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")