EVP_SignInit

Function EVP_SignInit 

Source
pub unsafe extern "C" fn EVP_SignInit(
    ctx: *mut EVP_MD_CTX,
    type_: *const EVP_MD,
) -> c_int