summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-06-03 06:24:15 +0200
committerSimon Josefsson <simon@josefsson.org>2009-06-03 06:24:15 +0200
commit2e52f3fd0ea964e649dc59c6ddbcafddbe26aa1b (patch)
tree0b48384a12ddec7a4ec87966db9897db2eee4a0c
parente593b47b3c186bb1f93d9de99a7126ad1db0fc30 (diff)
downloadgnutls-2e52f3fd0ea964e649dc59c6ddbcafddbe26aa1b.tar.gz
Indent.
-rw-r--r--lib/x509/crq.c15
1 files changed, 6 insertions, 9 deletions
diff --git a/lib/x509/crq.c b/lib/x509/crq.c
index a02c004f3f..3fbd20f031 100644
--- a/lib/x509/crq.c
+++ b/lib/x509/crq.c
@@ -964,21 +964,18 @@ gnutls_x509_crq_set_challenge_password (gnutls_x509_crq_t crq,
/* Add the attribute.
*/
- result =
- asn1_write_value (crq->crq, "certificationRequestInfo.attributes",
- "NEW", 1);
+ result = asn1_write_value (crq->crq, "certificationRequestInfo.attributes",
+ "NEW", 1);
if (result != ASN1_SUCCESS)
{
gnutls_assert ();
return _gnutls_asn2err (result);
}
- result =
- _gnutls_x509_encode_and_write_attribute ("1.2.840.113549.1.9.7",
- crq->crq,
- "certificationRequestInfo.attributes.?LAST",
- pass, strlen (pass), 1);
-
+ result = _gnutls_x509_encode_and_write_attribute
+ ("1.2.840.113549.1.9.7", crq->crq,
+ "certificationRequestInfo.attributes.?LAST",
+ pass, strlen (pass), 1);
if (result < 0)
{
gnutls_assert ();