Constant openssl_sys::X509_V_ERR_NO_VALID_SCTS
pub const X509_V_ERR_NO_VALID_SCTS: c_int = 71;
The portability is definied by:
#[cfg(all(ossl110, not(any())))]
pub const X509_V_ERR_NO_VALID_SCTS: c_int = 71;
#[cfg(all(ossl110, not(any())))]