aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/connections.h
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-10-05 07:24:28 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-10-05 07:24:28 +0200
commitfc12e3cd2eccee07fa3b15d519a24673f15f277d (patch)
tree0068a60daf9c8303768b495feacda98c4cee7272 /src/pluto/connections.h
parent0ea9cbc6e9d0743e863de6d3d141761d5c5036c6 (diff)
downloadstrongswan-fc12e3cd2eccee07fa3b15d519a24673f15f277d.tar.bz2
strongswan-fc12e3cd2eccee07fa3b15d519a24673f15f277d.tar.xz
pluto now uses x509 plugin for attribute certificate handling
Diffstat (limited to 'src/pluto/connections.h')
-rw-r--r--src/pluto/connections.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pluto/connections.h b/src/pluto/connections.h
index d6881499b..5bef59b66 100644
--- a/src/pluto/connections.h
+++ b/src/pluto/connections.h
@@ -146,7 +146,7 @@ struct end {
u_int8_t protocol;
cert_t cert; /* end certificate */
chunk_t ca; /* CA distinguished name */
- struct ietfAttrList *groups;/* access control groups */
+ ietf_attributes_t *groups; /* access control groups */
smartcard_t *sc; /* smartcard reader and key info */
struct virtual_t *virt;
bool modecfg; /* this end: request local address from server */
@@ -288,8 +288,8 @@ find_connection_for_clients(struct spd_route **srp
, const ip_address *peer_client
, int transport_proto);
-extern chunk_t get_peer_ca_and_groups(connection_t *c
- , const ietfAttrList_t **peer_list);
+extern chunk_t get_peer_ca_and_groups(connection_t *c,
+ ietf_attributes_t **peer_attributes);
/* instantiating routines
* Note: connection_discard() is in state.h because all its work