diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-08-12 10:39:54 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-08-15 15:53:26 +0200 |
commit | 19e12db79c1f32714a6cea0186909e3c1b0c354b (patch) | |
tree | e8a50f5037310f3e71f61e0aa8738177762d854d /src/pluto/vendor.c | |
parent | 6224a3448112263f6ac76230e3ee174fb6317e4c (diff) | |
download | strongswan-19e12db79c1f32714a6cea0186909e3c1b0c354b.tar.bz2 strongswan-19e12db79c1f32714a6cea0186909e3c1b0c354b.tar.xz |
pluto: Some whitespace cleanup.
Diffstat (limited to 'src/pluto/vendor.c')
-rw-r--r-- | src/pluto/vendor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/vendor.c b/src/pluto/vendor.c index 99cfc5734..6cc599d8d 100644 --- a/src/pluto/vendor.c +++ b/src/pluto/vendor.c @@ -346,7 +346,7 @@ static void handle_known_vendorid (struct msg_digest *md, const char *vidstr, case VID_STRONGSWAN: vid_useful = TRUE; break; - + /* Remote side supports OpenPGP certificates */ case VID_OPENPGP: md->openpgp = TRUE; |