summaryrefslogtreecommitdiff
path: root/lib/x509/x509_write.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/x509_write.c
parentf2bef2d116e5142dea07d11727044abaaf9bb3ce (diff)
downloadgnutls-ade31777a9a5c493eb872c00fdb46eff6a5214c8.tar.gz
doc: avoid using structure for opaque types
Diffstat (limited to 'lib/x509/x509_write.c')
-rw-r--r--lib/x509/x509_write.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/x509/x509_write.c b/lib/x509/x509_write.c
index ef51a328b1..5ddbc0869d 100644
--- a/lib/x509/x509_write.c
+++ b/lib/x509/x509_write.c
@@ -113,7 +113,7 @@ gnutls_x509_crt_set_issuer_dn_by_oid(gnutls_x509_crt_t crt,
/**
* gnutls_x509_crt_set_proxy_dn:
- * @crt: a gnutls_x509_crt_t structure with the new proxy cert
+ * @crt: a gnutls_x509_crt_t type with the new proxy cert
* @eecrt: the end entity certificate that will be issuing the proxy
* @raw_flag: must be 0, or 1 if the CN is DER encoded
* @name: a pointer to the CN name, may be NULL (but MUST then be added later)
@@ -1530,8 +1530,8 @@ gnutls_x509_crt_set_authority_info_access(gnutls_x509_crt_t crt,
/**
* gnutls_x509_crt_set_policy:
- * @crt: should contain a #gnutls_x509_crt_t structure
- * @policy: A pointer to a policy structure.
+ * @crt: should contain a #gnutls_x509_crt_t type
+ * @policy: A pointer to a policy
* @critical: use non-zero if the extension is marked as critical
*
* This function will set the certificate policy extension (2.5.29.32).