From: Nikos Mavrogiannopoulos Date: Thu, 24 May 2012 15:54:11 +0000 (+0200) Subject: corrected doc. X-Git-Tag: gnutls_3_0_21~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=907ba9435589b79db592702ff99127f52c49458a;p=thirdparty%2Fgnutls.git corrected doc. --- diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c index 4724d55d42..ac25051999 100644 --- a/lib/gnutls_cert.c +++ b/lib/gnutls_cert.c @@ -335,7 +335,8 @@ gnutls_certificate_server_set_request (gnutls_session_t session, * @st should contain the certificates and private keys. * * If the callback function is provided then gnutls will call it, in the - * handshake, after the certificate request message has been received. + * handshake, if a certificate is requested by the server (and after the + * certificate request message has been received). * * The callback function should set the certificate list to be sent, * and return 0 on success. If no certificate was selected then the