aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/revocation
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/plugins/revocation
parentafddd6a7e854a0b11154d7069219cf3373e0d9fc (diff)
downloadstrongswan-d390b3b9015aac38b186237dfcbf5e3c0a1ea9f9.tar.bz2
strongswan-d390b3b9015aac38b186237dfcbf5e3c0a1ea9f9.tar.xz
[hopefully] fixed pathlen problem on ARM platforms
Diffstat (limited to 'src/libstrongswan/plugins/revocation')
-rw-r--r--src/libstrongswan/plugins/revocation/revocation_validator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/revocation/revocation_validator.c b/src/libstrongswan/plugins/revocation/revocation_validator.c
index b08e30933..def169275 100644
--- a/src/libstrongswan/plugins/revocation/revocation_validator.c
+++ b/src/libstrongswan/plugins/revocation/revocation_validator.c
@@ -665,7 +665,7 @@ static cert_validation_t check_crl(x509_t *subject, x509_t *issuer,
METHOD(cert_validator_t, validate, bool,
private_revocation_validator_t *this, certificate_t *subject,
- certificate_t *issuer, bool online, int pathlen, bool anchor,
+ certificate_t *issuer, bool online, u_int pathlen, bool anchor,
auth_cfg_t *auth)
{
if (subject->get_type(subject) == CERT_X509 &&