https://bz.apache.org/bugzilla/show_bug.cgi?id=59025
Rainer Jung <rainer.j...@kippdata.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from Rainer Jung <rainer.j...@kippdata.de> --- In genereral using 0x10100000L is correct. Those parts provide support for the forthcoming OpenSSL version 1.1.0 which is not ABI compatible with previous versions. So some code parts need to differ depending on the OpenSSL version. API stability was higher for previous versions, thus there was much less need for such a differentiation. In OpenSSL 1.1.0 many structs have been made opaque and accessor functions must be used to access the struct members. The svn log message you cite is only a small part of a long message that is prefixed with "Below is a list of revisions added to 1.1.x which are part of the forward port. The only remaining changes that have not been forward ported all concern sslnetwork.c:". It is not related to the OpenSSL 1.1.0 ifdefs. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org