Constant openssl_sys::X509_V_FLAG_TRUSTED_FIRST
pub const X509_V_FLAG_TRUSTED_FIRST: c_ulong = 0x8000;
The portability is definied by:
#[cfg(ossl102)]
pub const X509_V_FLAG_TRUSTED_FIRST: c_ulong = 0x8000;
#[cfg(ossl102)]