X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=src%2Fopenac%2Fbuild.h;h=1fc4f310583954abf3d2c4c8dc1c5a94e0ba7ea7;hp=deeddda04ab97b01e415a92cf3d9e68529ce1dbb;hb=6a8e7381d0fc2f6df83c0d75fe02372a3b35a2b3;hpb=1029d84d2365ca6e6b2d2a96e5c0a1fad3c127e3 diff --git a/src/openac/build.h b/src/openac/build.h index deeddda..1fc4f31 100644 --- a/src/openac/build.h +++ b/src/openac/build.h @@ -1,7 +1,7 @@ /* Build a X.509 attribute certificate * Copyright (C) 2002 Ueli Galizzi, Ariane Seiler - * Copyright (C) 2004 Andreas Steffen - * Zuercher Hochschule Winterthur, Switzerland + * Copyright (C) 2004,2007 Andreas Steffen + * Hochschule fuer Technik Rapperswil, 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 @@ -12,8 +12,6 @@ * 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 @@ -21,22 +19,20 @@ #include -#include "../pluto/x509.h" -#include "../pluto/keys.h" -#include "../pluto/ac.h" +#include +#include +#include +#include /* * 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 x509_t *usercert; +extern x509_t *signercert; +extern rsa_private_key_t *signerkey; +extern linked_list_t *groups; extern time_t notBefore; extern time_t notAfter; - extern chunk_t serial; /*