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