summaryrefslogtreecommitdiff
path: root/lib/x509/verify-high2.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-20 13:22:43 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-20 13:45:51 +0100
commitade31777a9a5c493eb872c00fdb46eff6a5214c8 (patch)
treef2125694f8c6d102299494fe1995d7d0d1f71e91 /lib/x509/verify-high2.c
parentf2bef2d116e5142dea07d11727044abaaf9bb3ce (diff)
downloadgnutls-ade31777a9a5c493eb872c00fdb46eff6a5214c8.tar.gz
doc: avoid using structure for opaque types
Diffstat (limited to 'lib/x509/verify-high2.c')
-rw-r--r--lib/x509/verify-high2.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/x509/verify-high2.c b/lib/x509/verify-high2.c
index 09eefd4000..b7b69c29bf 100644
--- a/lib/x509/verify-high2.c
+++ b/lib/x509/verify-high2.c
@@ -48,7 +48,7 @@
/**
* gnutls_x509_trust_list_add_trust_mem:
- * @list: The structure of the list
+ * @list: The list
* @cas: A buffer containing a list of CAs (optional)
* @crls: A buffer containing a list of CRLs (optional)
* @type: The format of the certificates
@@ -119,7 +119,7 @@ gnutls_x509_trust_list_add_trust_mem(gnutls_x509_trust_list_t list,
/**
* gnutls_x509_trust_list_remove_trust_mem:
- * @list: The structure of the list
+ * @list: The list
* @cas: A buffer containing a list of CAs (optional)
* @type: The format of the certificates
*
@@ -282,7 +282,7 @@ int remove_pkcs11_object_url(gnutls_x509_trust_list_t list, const char *url)
/**
* gnutls_x509_trust_list_add_trust_file:
- * @list: The structure of the list
+ * @list: The list
* @ca_file: A file containing a list of CAs (optional)
* @crl_file: A file containing a list of CRLs (optional)
* @type: The format of the certificates
@@ -424,7 +424,7 @@ int load_dir_certs(const char *dirname,
/**
* gnutls_x509_trust_list_add_trust_dir:
- * @list: The structure of the list
+ * @list: The list
* @ca_dir: A directory containing the CAs (optional)
* @crl_dir: A directory containing a list of CRLs (optional)
* @type: The format of the certificates
@@ -470,7 +470,7 @@ gnutls_x509_trust_list_add_trust_dir(gnutls_x509_trust_list_t list,
/**
* gnutls_x509_trust_list_remove_trust_file:
- * @list: The structure of the list
+ * @list: The list
* @ca_file: A file containing a list of CAs
* @type: The format of the certificates
*