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