diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-08-12 10:39:54 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-08-15 15:53:26 +0200 |
commit | 19e12db79c1f32714a6cea0186909e3c1b0c354b (patch) | |
tree | e8a50f5037310f3e71f61e0aa8738177762d854d /src/pluto/ca.c | |
parent | 6224a3448112263f6ac76230e3ee174fb6317e4c (diff) | |
download | strongswan-19e12db79c1f32714a6cea0186909e3c1b0c354b.tar.bz2 strongswan-19e12db79c1f32714a6cea0186909e3c1b0c354b.tar.xz |
pluto: Some whitespace cleanup.
Diffstat (limited to 'src/pluto/ca.c')
-rw-r--r-- | src/pluto/ca.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pluto/ca.c b/src/pluto/ca.c index add85def8..175c0b022 100644 --- a/src/pluto/ca.c +++ b/src/pluto/ca.c @@ -87,7 +87,7 @@ bool trusted_ca(identification_t *a, identification_t *b, int *pathlen) break; } certificate = cacert->cert; - + /* is the certificate self-signed? */ { x509_t *x509 = (x509_t*)certificate; @@ -248,7 +248,7 @@ cert_t* add_authcert(cert_t *cert, x509_flag_t auth_flags) lock_authcert_list("add_authcert"); - old_cert = get_authcert(certificate->get_subject(certificate), + old_cert = get_authcert(certificate->get_subject(certificate), x509->get_subjectKeyIdentifier(x509), auth_flags); if (old_cert) |