Constant openssl_sys::X509_V_FLAG_NO_ALT_CHAINS
pub const X509_V_FLAG_NO_ALT_CHAINS: c_ulong = 0x100000;
The portability is definied by:
#[cfg(ossl110)]
pub const X509_V_FLAG_NO_ALT_CHAINS: c_ulong = 0x100000;
#[cfg(ossl110)]