Type Definition openssl_sys::SHA_LONG
pub type SHA_LONG = c_uint;
The portability is definied by:
#[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))]
pub type SHA_LONG = c_uint;
#[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))]