From: Simon Josefsson Date: Sat, 30 Oct 2004 15:47:51 +0000 (+0000) Subject: Doc fix. X-Git-Tag: gnutls_1_1_22~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=226517699e7d7317ff15f5ed64badaaa4e7f48ba;p=thirdparty%2Fgnutls.git Doc fix. --- diff --git a/lib/x509/crl.c b/lib/x509/crl.c index 612c951523..b58171b433 100644 --- a/lib/x509/crl.c +++ b/lib/x509/crl.c @@ -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) diff --git a/lib/x509/x509_write.c b/lib/x509/x509_write.c index 190f11652e..b260724950 100644 --- a/lib/x509/x509_write.c +++ b/lib/x509/x509_write.c @@ -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