You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2018/10/12 10:56:36 UTC

svn commit: r1843645 - /tomcat/native/trunk/native/include/ssl_private.h

Author: rjung
Date: Fri Oct 12 10:56:36 2018
New Revision: 1843645

URL: http://svn.apache.org/viewvc?rev=1843645&view=rev
Log:
Make struct member always available to allow
refactoring.

Modified:
    tomcat/native/trunk/native/include/ssl_private.h

Modified: tomcat/native/trunk/native/include/ssl_private.h
URL: http://svn.apache.org/viewvc/tomcat/native/trunk/native/include/ssl_private.h?rev=1843645&r1=1843644&r2=1843645&view=diff
==============================================================================
--- tomcat/native/trunk/native/include/ssl_private.h (original)
+++ tomcat/native/trunk/native/include/ssl_private.h Fri Oct 12 10:56:36 2018
@@ -347,13 +347,11 @@ typedef struct {
                          * connection
                          */
     } reneg_state;
-#if defined(SSL_OP_NO_TLSv1_3)
     enum {
     	PHA_NONE = 0,	/* Before PHA */
 		PHA_STARTED,	/* PHA req sent to client but no response */
 		PHA_COMPLETE	/* Client has returned cert */
     } pha_state;
-#endif
     apr_socket_t   *sock;
     apr_pollset_t  *pollset;
 } tcn_ssl_conn_t;



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