https://bz.apache.org/bugzilla/show_bug.cgi?id=59447
Rainer Jung <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Rainer Jung <[email protected]> --- That is a bug in OpenSSL 1.0.2g and 1.0.1s. The symbols were accidentally removed when sslv2 support was removed. To stay API compatible, they should have been replaced by a dumy impl that simply returns NULL. This was corrected in 1.0.2h and 1.0.1t, so if you update yet again, the problem should be gone. The simple commits were: https://github.com/openssl/openssl/commit/133138569f37d149ed1d7641fe8c75a93fded445 (for 1.0.2) and https://github.com/openssl/openssl/commit/5bac9d44e712bc4acfbdd156244fca4486285ec9 (for 1.0.1). Closing this, because there's no need for a workaround in Apache. Use the latest OpenSSL library and the problem will be gone - or apply one of the above simple patches to the buggy versions. Since the newer versions also fix security issues, you'd better update again. -- 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]
