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