summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-10-30 09:14:47 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-10-30 09:14:47 +0000
commitb15209ef54d421c39a3ff9584cee0d6d63b44b3c (patch)
tree2359acae47293499b1f7559764052ec3af4edf80
parent9d815e661eb5b1b5063f691be6184d34e67d8ecd (diff)
downloadgnutls-b15209ef54d421c39a3ff9584cee0d6d63b44b3c.tar.gz
*** empty log message ***
-rw-r--r--lib/gnutls_handshake.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gnutls_handshake.c b/lib/gnutls_handshake.c
index 0c2f249df0..5859666a06 100644
--- a/lib/gnutls_handshake.c
+++ b/lib/gnutls_handshake.c
@@ -1376,6 +1376,10 @@ int gnutls_rehandshake(SOCKET cd, GNUTLS_STATE state)
* is checked automatically.
* This function will fail if any problem is encountered,
* and the connection should be terminated.
+ *
+ * This function may also return the non-fatal errors GNUTLS_E_AGAIN, or
+ * GNUTLS_E_INTERRUPTED, and you may resume this handshake later.
+ *
**/
int gnutls_handshake(SOCKET cd, GNUTLS_STATE state)
{