aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials/cert_validator.h
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-02-10 15:51:18 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-02-10 15:51:18 +0100
commitd390b3b9015aac38b186237dfcbf5e3c0a1ea9f9 (patch)
treed805c8aff9a79354e2bbb156a1e198a7f88317b9 /src/libstrongswan/credentials/cert_validator.h
parentafddd6a7e854a0b11154d7069219cf3373e0d9fc (diff)
downloadstrongswan-d390b3b9015aac38b186237dfcbf5e3c0a1ea9f9.tar.bz2
strongswan-d390b3b9015aac38b186237dfcbf5e3c0a1ea9f9.tar.xz
[hopefully] fixed pathlen problem on ARM platforms
Diffstat (limited to 'src/libstrongswan/credentials/cert_validator.h')
-rw-r--r--src/libstrongswan/credentials/cert_validator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/credentials/cert_validator.h b/src/libstrongswan/credentials/cert_validator.h
index 3c1ebc9f2..733d9d612 100644
--- a/src/libstrongswan/credentials/cert_validator.h
+++ b/src/libstrongswan/credentials/cert_validator.h
@@ -45,7 +45,7 @@ struct cert_validator_t {
* @param auth container for resulting authentication info
*/
bool (*validate)(cert_validator_t *this, certificate_t *subject,
- certificate_t *issuer, bool online, int pathlen,
+ certificate_t *issuer, bool online, u_int pathlen,
bool anchor, auth_cfg_t *auth);
};