summaryrefslogtreecommitdiffstats
path: root/src/include/pkinit_client.h
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2009-10-31 00:48:38 +0000
committerTom Yu <tlyu@mit.edu>2009-10-31 00:48:38 +0000
commit02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b (patch)
tree61b9147863cd8be3eff63903dc36cae168254bd5 /src/include/pkinit_client.h
parent162ab371748cba0cc6f172419bd6e71fa04bb878 (diff)
downloadkrb5-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/include/pkinit_client.h')
-rw-r--r--src/include/pkinit_client.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/include/pkinit_client.h b/src/include/pkinit_client.h
index 31951caaf1..3b9a841baf 100644
--- a/src/include/pkinit_client.h
+++ b/src/include/pkinit_client.h
@@ -45,27 +45,27 @@ extern "C" {
*/
krb5_error_code krb5int_pkinit_as_req_create(
krb5_context context,
- krb5_timestamp kctime,
+ krb5_timestamp kctime,
krb5_int32 cusec, /* microseconds */
krb5_ui_4 nonce,
const krb5_checksum *cksum,
krb5_pkinit_signing_cert_t client_cert, /* required! */
-
- /*
+
+ /*
* trusted_CAs correponds to PA-PK-AS-REQ.trustedCertifiers.
- * Expressed here as an optional list of DER-encoded certs.
+ * Expressed here as an optional list of DER-encoded certs.
*/
- const krb5_data *trusted_CAs,
+ const krb5_data *trusted_CAs,
krb5_ui_4 num_trusted_CAs,
-
- /* optional PA-PK-AS-REQ.kdcPkId, expressed here as a
+
+ /* optional PA-PK-AS-REQ.kdcPkId, expressed here as a
* DER-encoded cert */
- const krb5_data *kdc_cert,
+ const krb5_data *kdc_cert,
krb5_data *as_req); /* mallocd and RETURNED */
/*
- * Parse PA-PK-AS-REP message. Optionally evaluates the message's certificate chain.
- * Optionally returns various components.
+ * Parse PA-PK-AS-REP message. Optionally evaluates the message's certificate chain.
+ * Optionally returns various components.
*/
krb5_error_code krb5int_pkinit_as_rep_parse(
krb5_context context,
@@ -81,7 +81,7 @@ krb5_error_code krb5int_pkinit_as_rep_parse(
*
* signer_cert is the DER-encoded leaf cert from the incoming SignedData.
* all_certs is an array of all of the certs in the incoming SignedData,
- * in full DER-encoded form.
+ * in full DER-encoded form.
*/
krb5_data *signer_cert, /* content mallocd */
unsigned *num_all_certs, /* sizeof *all_certs */