From a95016c83ee92e569a9b87bb0d84e5c3a09ce43d Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 30 Mar 2009 16:00:11 +0000 Subject: [PATCH] fixed copy-and-paste error in vendor.h --- src/pluto/vendor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")