summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-10-30 15:47:51 +0000
committerSimon Josefsson <simon@josefsson.org>2004-10-30 15:47:51 +0000
commit226517699e7d7317ff15f5ed64badaaa4e7f48ba (patch)
tree52f095055cc06496a46d60b354a6861a55c39726
parent29a810c14a3b2d0a5223ba6eb4803fc22def2994 (diff)
downloadgnutls-226517699e7d7317ff15f5ed64badaaa4e7f48ba.tar.gz
Doc fix.
-rw-r--r--lib/x509/crl.c4
-rw-r--r--lib/x509/x509_write.c4
2 files changed, 4 insertions, 4 deletions
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