From b0d8ed94fe9e74afb49fdf5f11e4add29879c65c Mon Sep 17 00:00:00 2001 From: Rene Mayrhofer Date: Thu, 12 Apr 2007 20:30:08 +0000 Subject: [svn-upgrade] Integrating new upstream version, strongswan (4.1.1) --- programs/openac/build.h | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 programs/openac/build.h (limited to 'programs/openac/build.h') diff --git a/programs/openac/build.h b/programs/openac/build.h deleted file mode 100644 index deeddda04..000000000 --- a/programs/openac/build.h +++ /dev/null @@ -1,47 +0,0 @@ -/* Build a X.509 attribute certificate - * Copyright (C) 2002 Ueli Galizzi, Ariane Seiler - * Copyright (C) 2004 Andreas Steffen - * Zuercher Hochschule Winterthur, Switzerland - * - * 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. - * - * RCSID $Id: build.h,v 1.4 2004/11/03 14:28:52 as Exp $ - */ - -#ifndef _BUILD_H -#define _BUILD_H - -#include - -#include "../pluto/x509.h" -#include "../pluto/keys.h" -#include "../pluto/ac.h" - -/* - * global variables accessible by both main() and build.c - */ -extern x509cert_t *user; -extern x509cert_t *signer; - -extern ietfAttrList_t *groups; -extern struct RSA_private_key *signerkey; - -extern time_t notBefore; -extern time_t notAfter; - -extern chunk_t serial; - -/* - * exported functions - */ -extern chunk_t build_attr_cert(void); - -#endif /* _BUILD_H */ -- cgit v1.2.3