diff options
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> |