Rename md_init_ctx() to md_setup()
diff --git a/include/mbedtls/md.h b/include/mbedtls/md.h
index af0139e..c750d6a 100644
--- a/include/mbedtls/md.h
+++ b/include/mbedtls/md.h
@@ -140,7 +140,7 @@
  *                 parameter failure, \c POLARSSL_ERR_MD_ALLOC_FAILED if
  *                 allocation of the digest-specific context failed.
  */
-int md_init_ctx( md_context_t *ctx, const md_info_t *md_info, int hmac );
+int md_setup( md_context_t *ctx, const md_info_t *md_info, int hmac );
 
 /**
  * \brief           Returns the size of the message digest output.