https://bz.apache.org/bugzilla/show_bug.cgi?id=61206
Bug ID: 61206
Summary: mod_ssl fails to build with 2.4.26 if openssl was
built with OPENSSL_NO_COMP
Product: Apache httpd-2
Version: 2.4.25
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: mod_ssl
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
When openssl 1.0.2h was built without compression methods (e.g. OPENSSL_NO_COMP
is defined) to mitigate CRIME attacks, the build of 2.4.26's mod_ssl fails due
to unresolves symbols during linking.
The culprit is calling the cleanup function for compression functions.
SSL_COMP_free_compression_methods();
which is not exported when NO_COMP was used.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]