]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Doc fix.
authorSimon Josefsson <simon@josefsson.org>
Sat, 30 Oct 2004 15:47:51 +0000 (15:47 +0000)
committerSimon Josefsson <simon@josefsson.org>
Sat, 30 Oct 2004 15:47:51 +0000 (15:47 +0000)
lib/x509/crl.c
lib/x509/x509_write.c

index 612c951523cb78c32efa88d55ffa3fb0c4a6af09..b58171b4334a29e95f66c3015ea645bd6c7ef39d 100644 (file)
@@ -1,6 +1,6 @@
 /*
- *  Copyright (C) 2003 Nikos Mavroyanopoulos
  *  Copyright (C) 2004 Free Software Foundation
+ *  Copyright (C) 2003 Nikos Mavroyanopoulos
  *
  *  This file is part of GNUTLS.
  *
@@ -223,7 +223,7 @@ int gnutls_x509_crl_get_issuer_dn_by_oid(gnutls_x509_crl_t crl,
 }
 
 /**
-  * gnutls_x509_crl_get_issuer_dn_oid - This function returns the Certificate request issuer's distinguished name OIDs
+  * gnutls_x509_crl_get_dn_oid - This function returns the Certificate request issuer's distinguished name OIDs
   * @crl: should contain a gnutls_x509_crl_t structure
   * @indx: Specifies which DN OID to send. Use zero to get the first one.
   * @oid: a pointer to a structure to hold the name (may be null)
index 190f11652eb57ab36c5937f20f1a1b0c9a91ad5f..b26072495091cc78bedbbbb96e7d1365a82aa6fe 100644 (file)
@@ -1,6 +1,6 @@
 /*
- *  Copyright (C) 2003 Nikos Mavroyanopoulos
  *  Copyright (C) 2004 Free Software Foundation
+ *  Copyright (C) 2003 Nikos Mavroyanopoulos
  *
  *  This file is part of GNUTLS.
  *
@@ -316,7 +316,7 @@ int gnutls_x509_crt_set_key_usage(gnutls_x509_crt_t crt,
 }
 
 /**
-  * gnutls_x509_crt_set_subject_alt_name - This function will set the subject Alternative Name
+  * gnutls_x509_crt_set_subject_alternative_name - This function will set the subject Alternative Name
   * @crt: should contain a gnutls_x509_crt_t structure
   * @type: is one of the gnutls_x509_subject_alt_name_t enumerations
   * @data_string: The data to be set