diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-10-06 21:39:00 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-10-06 21:39:00 +0000 |
commit | f73338d65613fde1b37d647072eddb05631b34b0 (patch) | |
tree | c60269aa3b89c56470b94ae8b8ae7ec2785ec250 /src/pluto/alg_info.c | |
parent | ab40277fd0dd6c6c875c8928ce810aff2f5e7137 (diff) | |
download | strongswan-f73338d65613fde1b37d647072eddb05631b34b0.tar.bz2 strongswan-f73338d65613fde1b37d647072eddb05631b34b0.tar.xz |
use RCSID
Diffstat (limited to 'src/pluto/alg_info.c')
-rw-r--r-- | src/pluto/alg_info.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pluto/alg_info.c b/src/pluto/alg_info.c index 83198b3fb..2187faebb 100644 --- a/src/pluto/alg_info.c +++ b/src/pluto/alg_info.c @@ -2,8 +2,6 @@ * Algorithm info parsing and creation functions * Author: JuanJo Ciarlante <jjo-ipsec@mendoza.gov.ar> * - * $Id$ - * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your @@ -13,7 +11,10 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. + * + * RCSID $Id$ */ + #include <stddef.h> #include <stdlib.h> #include <unistd.h> |