Constant openssl_sys::X509_V_ERR_INVALID_CA
pub const X509_V_ERR_INVALID_CA: c_int = 24;
The portability is definied by:
#[cfg(all(not(any(ossl300))))]
pub const X509_V_ERR_INVALID_CA: c_int = 24;
#[cfg(all(not(any(ossl300))))]