diff options
| author | Tom Yu <tlyu@mit.edu> | 2009-10-31 00:48:38 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2009-10-31 00:48:38 +0000 |
| commit | 02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b (patch) | |
| tree | 61b9147863cd8be3eff63903dc36cae168254bd5 /src/plugins/preauth/pkinit/pkinit_matching.c | |
| parent | 162ab371748cba0cc6f172419bd6e71fa04bb878 (diff) | |
| download | krb5-02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b.tar.gz krb5-02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b.tar.xz krb5-02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b.zip | |
make mark-cstyle
make reindent
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23100 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins/preauth/pkinit/pkinit_matching.c')
| -rw-r--r-- | src/plugins/preauth/pkinit/pkinit_matching.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/preauth/pkinit/pkinit_matching.c b/src/plugins/preauth/pkinit/pkinit_matching.c index 778ae38c96..806fcbb87c 100644 --- a/src/plugins/preauth/pkinit/pkinit_matching.c +++ b/src/plugins/preauth/pkinit/pkinit_matching.c @@ -135,10 +135,10 @@ typedef struct _rule_component { kw_value_type kwval_type; regex_t regexp; /* Compiled regular expression */ char *regsrc; /* The regular expression source (for debugging) */ - unsigned int ku_bits; + unsigned int ku_bits; unsigned int eku_bits; } rule_component; - + /* Set rule components */ typedef struct _rule_set { relation_type relation; @@ -180,7 +180,7 @@ free_rule_set(krb5_context context, static krb5_error_code parse_list_value(krb5_context context, - keyword_type type, + keyword_type type, char *value, rule_component *rc) { @@ -609,7 +609,7 @@ nextcert: pkiDebug("%s: After checking %d certs, we found %d matches\n", __FUNCTION__, certs_checked, total_cert_matches); if (total_cert_matches == 1) { - *match_found = 1; + *match_found = 1; *matching_cert = save_match; } @@ -764,7 +764,7 @@ pkinit_cert_matching(krb5_context context, if (retval) { if (retval == EINVAL) { pkiDebug("%s: Ignoring invalid rule pkinit_cert_match = '%s'\n", - __FUNCTION__, rules[x]); + __FUNCTION__, rules[x]); continue; } goto cleanup; |
