From: Nikos Mavrogiannopoulos Date: Wed, 7 Sep 2011 21:31:43 +0000 (+0200) Subject: Corrected documentation for gnutls_certificate_set_x509_trust. X-Git-Tag: gnutls_3_0_3~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1be5f996286ce2d9e8435353e5d1fd3fa1d1f22e;p=thirdparty%2Fgnutls.git Corrected documentation for gnutls_certificate_set_x509_trust. Reported by Stephen Lynch. --- diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c index b3367951c8..1d4ed53010 100644 --- a/lib/gnutls_x509.c +++ b/lib/gnutls_x509.c @@ -1400,7 +1400,8 @@ gnutls_certificate_set_x509_trust_mem (gnutls_certificate_credentials_t res, * a certificate request is sent. This can be disabled using * gnutls_certificate_send_x509_rdn_sequence(). * - * Returns: %GNUTLS_E_SUCCESS (0) on success, or a negative error code. + * Returns: the number of certificates processed or a negative error code + * on error. * * Since: 2.4.0 **/