Author: markt
Date: Tue Aug  8 17:16:57 2017
New Revision: 1804444

URL: http://svn.apache.org/viewvc?rev=1804444&view=rev
Log:
Remove out of date comment

Modified:
    tomcat/native/trunk/native/src/sslnetwork.c

Modified: tomcat/native/trunk/native/src/sslnetwork.c
URL: 
http://svn.apache.org/viewvc/tomcat/native/trunk/native/src/sslnetwork.c?rev=1804444&r1=1804443&r2=1804444&view=diff
==============================================================================
--- tomcat/native/trunk/native/src/sslnetwork.c (original)
+++ tomcat/native/trunk/native/src/sslnetwork.c Tue Aug  8 17:16:57 2017
@@ -629,13 +629,6 @@ TCN_IMPLEMENT_CALL(jint, SSLSocket, rene
     TCN_ASSERT(sock != 0);
     con = (tcn_ssl_conn_t *)s->opaque;
 
-    /* Sequence to renegotiate is
-     *  SSL_renegotiate()
-     *  SSL_do_handshake()
-     *  ssl->state = SSL_ST_ACCEPT
-     *  SSL_do_handshake()
-     */
-
     /* Toggle the renegotiation state to allow the new
      * handshake to proceed.
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to