pub unsafe extern "C" fn mbedtls_x509write_crt_set_md_alg(
    ctx: *mut mbedtls_x509write_cert,
    md_alg: u32
)
Expand description

\brief Set the MD algorithm to use for the signature (e.g. MBEDTLS_MD_SHA1)

\param ctx CRT context to use \param md_alg MD algorithm to use