pub unsafe extern "C" fn mbedtls_x509write_csr_set_md_alg(
ctx: *mut mbedtls_x509write_csr,
md_alg: mbedtls_md_type_t,
)Expand description
\brief Set the MD algorithm to use for the signature (e.g. MBEDTLS_MD_SHA1)
\param ctx CSR context to use \param md_alg MD algorithm to use