https://bz.apache.org/bugzilla/show_bug.cgi?id=66063
Yann Ylavic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FixedInTrunk --- Comment #2 from Yann Ylavic <[email protected]> --- Checking in trunk (r1901470), with two changes: - modssl_fips_is_enabled() and modssl_fips_enable() as wrappers (to reduce #ifdef-ery in the code), - compatibility check using OPENSSL_VERSION_NUMBER >= 0x30000000L instead of OPENSSL_CONFIGURED_API >= 30000. I see that OPENSSL_CONFIGURED_API is set by the OpenSSL Configure script, right? Is it always set then (with OpenSSL 3)? What do we get from it? -- 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]
