Constant openssl_sys::X509_CHECK_FLAG_NEVER_CHECK_SUBJECT
pub const X509_CHECK_FLAG_NEVER_CHECK_SUBJECT: c_uint = 0x20;The portability is definied by:
#[cfg(ossl110)]pub const X509_CHECK_FLAG_NEVER_CHECK_SUBJECT: c_uint = 0x20;#[cfg(ossl110)]