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