gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_11_6-113-g888c


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_11_6-113-g888c05d
Date: Sun, 20 Feb 2011 18:37:54 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=888c05d028dc2160252aa8de5e19db19022597cb

The branch, gnutls_2_12_x has been updated
       via  888c05d028dc2160252aa8de5e19db19022597cb (commit)
      from  bfa381764fdea69ac0e6421793804f91b7284ccc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 888c05d028dc2160252aa8de5e19db19022597cb
Author: Simon Josefsson <address@hidden>
Date:   Sun Feb 20 19:37:49 2011 +0100

    Doc fix of new function.

-----------------------------------------------------------------------

Summary of changes:
 lib/x509/crl.c |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/lib/x509/crl.c b/lib/x509/crl.c
index dc6b99c..c55e0d0 100644
--- a/lib/x509/crl.c
+++ b/lib/x509/crl.c
@@ -533,18 +533,20 @@ gnutls_x509_crl_get_crt_serial (gnutls_x509_crl_t crl, 
int indx,
 }
 
 /**
- * gnutls_x509_crl_get_raw_issuer_dn - This function returns the issuer's DN 
DER encoded
+ * gnutls_x509_crl_get_raw_issuer_dn:
  * @crl: should contain a gnutls_x509_crl_t structure
  * @dn: will hold the starting point of the DN
  *
- * This function will return a pointer to the DER encoded DN structure and
- * the length.
+ * This function will return a pointer to the DER encoded DN structure
+ * and the length.
  *
  * Returns a negative value on error, and zero on success.
+ *
+ * Since: 2.12.0
  **/
 int
 gnutls_x509_crl_get_raw_issuer_dn (gnutls_x509_crl_t crl,
-                                    gnutls_datum_t * dn)
+                                  gnutls_datum_t * dn)
 {
   ASN1_TYPE c2 = ASN1_TYPE_EMPTY;
   int result, len1;


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]