summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-07-21 17:45:09 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-07-21 17:45:09 +0200
commitd23f0730aa9ddffb0825456caca00a206469dfdb (patch)
tree4f53012dd958314d9e259f745521b91d7bbf36cd
parent0e2b5a2236c64162418f795fdaea55bda5c25347 (diff)
downloadgnutls-d23f0730aa9ddffb0825456caca00a206469dfdb.tar.gz
doc update
-rw-r--r--lib/gnutls_x509.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c
index 39898c5bf2..442427116e 100644
--- a/lib/gnutls_x509.c
+++ b/lib/gnutls_x509.c
@@ -1544,8 +1544,7 @@ gnutls_certificate_set_x509_trust(gnutls_certificate_credentials_t res,
* will import all certificates that are marked as trusted. Note
* that the supported URLs are the ones indicated by gnutls_url_is_supported().
*
- * Returns: number of certificates processed, or a negative error code on
- * error.
+ * Returns: the number of certificates processed
**/
int
gnutls_certificate_set_x509_trust_file(gnutls_certificate_credentials_t
@@ -1573,8 +1572,10 @@ int ret;
* to gnutls_certificate_set_x509_trust_file() but loads all certificates
* in a directory.
*
- * Returns: number of certificates processed, or a negative error code on
- * error.
+ * Returns: the number of certificates processed
+ *
+ * Since: 3.3.6
+ *
**/
int
gnutls_certificate_set_x509_trust_dir(gnutls_certificate_credentials_t cred,