From: Andreas Steffen Date: Tue, 10 Nov 2009 22:54:51 +0000 (+0100) Subject: merged pluto's PGP certificate parsing with charon's X-Git-Tag: 4.3.6~246 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a618e33e8baf3a46ee72fa8cd41f8adfdcd3e28e;p=thirdparty%2Fstrongswan.git merged pluto's PGP certificate parsing with charon's --- diff --git a/src/pluto/pgpcert.c b/src/pluto/pgpcert.c deleted file mode 100644 index 380186cfd7..0000000000 --- a/src/pluto/pgpcert.c +++ /dev/null @@ -1,35 +0,0 @@ -/* Support of OpenPGP certificates - * Copyright (C) 2002-2009 Andreas Steffen - * - * HSR - Hochschule fuer Technik Rapperswil - * - * 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 - * option) any later version. See . - * - * This program is distributed in the hope that it will be useful, but - * 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. - */ - -#include -#include -#include - -#include - -#include -#include -#include - -#include "constants.h" -#include "defs.h" -#include "log.h" -#include "pgpcert.h" -#include "certs.h" -#include "whack.h" -#include "keys.h" - - diff --git a/src/pluto/pgpcert.h b/src/pluto/pgpcert.h deleted file mode 100644 index fa589829fd..0000000000 --- a/src/pluto/pgpcert.h +++ /dev/null @@ -1,22 +0,0 @@ -/* Support of OpenPGP certificates - * Copyright (C) 2002-2009 Andreas Steffen - * - * HSR - Hochschule fuer Technik Rapperswil - * - * 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 - * option) any later version. See . - * - * This program is distributed in the hope that it will be useful, but - * 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. - */ - -#ifndef _PGPCERT_H -#define _PGPCERT_H - -extern void list_pgp_end_certs(bool utc); - -#endif /* _PGPCERT_H */