summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-04-04 22:24:37 +0000
committerSimon Josefsson <simon@josefsson.org>2005-04-04 22:24:37 +0000
commit712cdb92ebc9e88a7eff2ab2566a1c05b0ede2d2 (patch)
tree4bb8c6b8648ab3af9366a9f07083360fba0b407b
parent3308486e04e633859b16f5d00404db4714f10728 (diff)
downloadgnutls-712cdb92ebc9e88a7eff2ab2566a1c05b0ede2d2.tar.gz
Doc fix, suggested by Nikos Mavrogiannopoulos <nmav@gnutls.org>.
-rw-r--r--lib/gnutls_record.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/gnutls_record.c b/lib/gnutls_record.c
index 57cbad64bf..4475136dd3 100644
--- a/lib/gnutls_record.c
+++ b/lib/gnutls_record.c
@@ -983,16 +983,6 @@ ssize_t _gnutls_recv_int(gnutls_session_t session, content_type_t type,
* difference is that is accepts a GNUTLS session, and uses different
* error codes.
*
- * In the special case that a server requests a renegotiation, the
- * client may receive an error code of %GNUTLS_E_REHANDSHAKE. This
- * message may be simply ignored, replied with an alert containing
- * %GNUTLS_A_NO_RENEGOTIATION, or replied with a new handshake,
- * depending on the client's will.
- *
- * A server may also receive %GNUTLS_E_REHANDSHAKE when a client has
- * initiated a handshake. In that case the server can only initiate a
- * handshake or terminate the connection.
- *
* If the EINTR is returned by the internal push function (the
* default is send()} then %GNUTLS_E_INTERRUPTED will be returned. If
* %GNUTLS_E_INTERRUPTED or %GNUTLS_E_AGAIN is returned, you must