summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2019-06-28 08:20:31 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2019-06-28 08:23:46 +0200
commit91ac4d74130cb51b8de5f67f420a4810c9b1044b (patch)
tree40e9b6fcd1547128481e39adf63551ffe8533da9
parent687626edcdef4d391f6f19e23947c037f3bee1b9 (diff)
downloadgnutls-91ac4d74130cb51b8de5f67f420a4810c9b1044b.tar.gz
gnutls_x509_crt_list_import2: updated doc to reflect the actual return value options
Resolves: #794 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--lib/x509/x509.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/x509.c b/lib/x509/x509.c
index 44418cb45f..26055e08a3 100644
--- a/lib/x509/x509.c
+++ b/lib/x509/x509.c
@@ -3644,7 +3644,7 @@ gnutls_x509_crt_get_pk_dsa_raw(gnutls_x509_crt_t crt,
* To deinitialize @certs, you need to deinitialize each crt structure
* independently, and use gnutls_free() at @certs.
*
- * Returns: the number of certificates read or a negative error value.
+ * Returns: %GNUTLS_E_SUCCESS on success, otherwise a negative error code.
*
* Since: 3.0
**/