https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7361
--- Comment #2 from Noah Meyerhans <[email protected]> --- Actually, the proposed patch breaks compatibility with older OpenSSL versions, so we can't use it. It looks for the CRYPTO_zalloc symbol in libcrypto, which didn't exist in older versions. CRYPTO_malloc seems like a better candidate, as it exists in current versions and older releases at least as far back as 0.9.6c from 2002 (which of course, is unsafe to use and plenty old enough to not be concerned about). Will put together another patch... -- You are receiving this mail because: You are the assignee for the bug.
