summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-04-23 06:30:18 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-04-23 06:30:18 +0000
commit3881f5393ba66ebd084ef979e5fb42cdf280e991 (patch)
treee19e8fc82161bdc53c985f341c0a4c5cc3f93773
parentdb7e1b3367210c272aea9c173b6802a896b7fc33 (diff)
downloadgnutls_1_0_12.tar.gz
*** empty log message ***gnutls_1_0_12
-rw-r--r--lib/gnutls_cert.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c
index 4fcc0312d2..038cedc796 100644
--- a/lib/gnutls_cert.c
+++ b/lib/gnutls_cert.c
@@ -407,7 +407,8 @@ void gnutls_certificate_server_set_select_function(gnutls_session session,
* handshake, after the certificate request message has been received.
*
* The callback function should set the certificate list to be sent, and
- * return 0 on success. The value (-1) indicates error and the handshake
+ * return 0 on success. If no certificate was selected then the number of certificates
+ * should be set to zero. The value (-1) indicates error and the handshake
* will be terminated.
**/
void gnutls_certificate_client_set_retrieve_function(gnutls_certificate_credentials cred,