]> git.sesse.net Git - vlc/commitdiff
Doc change
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 15 Sep 2007 14:39:56 +0000 (14:39 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 15 Sep 2007 14:39:56 +0000 (14:39 +0000)
modules/misc/gnutls.c

index 6b5fb339637cfb19fce50493fc15f26ce6fa58b9..f44df47c5bba36b9c5070f4b915305dc4d5b7923 100644 (file)
@@ -374,7 +374,8 @@ error:
  * Starts negociation of a TLS session.
  *
  * @param fd stream socket already connected with the peer.
- * @param psz_hostname if not NULL, hostname to mention as a Server Name.
+ * @param psz_hostname if not NULL, hostname to mention as a Server Name,
+ *                     and to be found in the server's certificate.
  *
  * @return -1 on error (you need not and must not call tls_SessionClose),
  * 0 on succesful handshake completion, 1 if more would-be blocking recv is