mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
certificate_printer: Fix spacing for additional CRL/OCSP URIs
Multiple occurences of CRL and OCSP URIs where not indented correctly.
This commit is contained in:
parent
5019e3ece0
commit
0be6fd7735
@ -162,7 +162,7 @@ static void print_x509(private_certificate_printer_t *this, x509_t *x509)
|
||||
}
|
||||
else
|
||||
{
|
||||
fprintf(f, " %s", cdp->uri);
|
||||
fprintf(f, " %s", cdp->uri);
|
||||
}
|
||||
if (cdp->issuer)
|
||||
{
|
||||
@ -183,7 +183,7 @@ static void print_x509(private_certificate_printer_t *this, x509_t *x509)
|
||||
}
|
||||
else
|
||||
{
|
||||
fprintf(f, " %s\n", uri);
|
||||
fprintf(f, " %s\n", uri);
|
||||
}
|
||||
}
|
||||
enumerator->destroy(enumerator);
|
||||
|
Loading…
x
Reference in New Issue
Block a user