summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-12-12 19:47:20 +0100
committerSimon Josefsson <simon@josefsson.org>2008-12-12 19:47:20 +0100
commitbfdfe47993b050b3bee490f239a05d6d4b98f3b3 (patch)
treee69aa265fabc47d1f1c2e48176366c5af4673c0a
parent43512ec84a2421dca7ed6113cdf708ee7950d27c (diff)
downloadgnutls-bfdfe47993b050b3bee490f239a05d6d4b98f3b3.tar.gz
Fix whitespace.
-rw-r--r--lib/x509/verify.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/x509/verify.c b/lib/x509/verify.c
index 00e2422ce2..be01b5fae5 100644
--- a/lib/x509/verify.c
+++ b/lib/x509/verify.c
@@ -374,7 +374,7 @@ _gnutls_x509_verify_certificate (const gnutls_x509_crt_t * certificate_list,
int i = 0, ret;
unsigned int status = 0, output;
- if (clist_size > 1)
+ if (clist_size > 1)
{
/* Check if the last certificate in the path is self signed.
* In that case ignore it (a certificate is trusted only if it
@@ -386,10 +386,10 @@ _gnutls_x509_verify_certificate (const gnutls_x509_crt_t * certificate_list,
* algorithm.
*/
if (gnutls_x509_crt_check_issuer (certificate_list[clist_size - 1],
- certificate_list[clist_size - 1]) > 0)
- {
- clist_size--;
- }
+ certificate_list[clist_size - 1]) > 0)
+ {
+ clist_size--;
+ }
}
/* Verify the last certificate in the certificate path