Rename _wrap headers to _internal
Makes it clearer that the user is not supposed to include them
diff --git a/include/mbedtls/cipher_wrap.h b/include/mbedtls/cipher_internal.h
similarity index 98%
rename from include/mbedtls/cipher_wrap.h
rename to include/mbedtls/cipher_internal.h
index 8b7fd7f..9cab3bb 100644
--- a/include/mbedtls/cipher_wrap.h
+++ b/include/mbedtls/cipher_internal.h
@@ -1,5 +1,5 @@
/**
- * \file cipher_wrap.h
+ * \file cipher_internal.h
*
* \brief Cipher wrappers.
*
diff --git a/include/mbedtls/md.h b/include/mbedtls/md.h
index f72dba1..3164788 100644
--- a/include/mbedtls/md.h
+++ b/include/mbedtls/md.h
@@ -65,7 +65,7 @@
#endif
/**
- * Opaque struct defined in md_wrap.h
+ * Opaque struct defined in md_internal.h
*/
typedef struct mbedtls_md_info_t mbedtls_md_info_t;
diff --git a/include/mbedtls/md_wrap.h b/include/mbedtls/md_internal.h
similarity index 98%
rename from include/mbedtls/md_wrap.h
rename to include/mbedtls/md_internal.h
index 219d0fa..d42dc5c 100644
--- a/include/mbedtls/md_wrap.h
+++ b/include/mbedtls/md_internal.h
@@ -1,5 +1,5 @@
/**
- * \file md_wrap.h
+ * \file md_internal.h
*
* \brief Message digest wrappers.
*
diff --git a/include/mbedtls/pk_wrap.h b/include/mbedtls/pk_internal.h
similarity index 100%
rename from include/mbedtls/pk_wrap.h
rename to include/mbedtls/pk_internal.h