https://bz.apache.org/bugzilla/show_bug.cgi?id=64429
--- Comment #3 from Mark Thomas <ma...@apache.org> --- The fix looks to be fairly simple and I have this committed locally. The various #if preprocessor directives are not consistent. #if OPENSSL_VERSION_NUMBER < 0x10100000L vs #if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) Making them consistent fixes the compilation issue. However, I am not currently able to confirm the fix because LibreSSL portable on Linux appears to enter a tight loop (never exits, 100% CPU on one thread) when SSL_CTX_use_PrivateKey is called. I've tested 2.9.1, 2.9.2, 3.1.4 and 3.2.0 and the behaviour is the same. I want to investigate the "tight loop" further before I push the commit that fixes this issue. -- 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