Rename _wrap headers to _internal
Makes it clearer that the user is not supposed to include them
This commit is contained in:
parent
866eb471da
commit
50518f4195
11 changed files with 15 additions and 13 deletions
|
@ -33,7 +33,7 @@
|
|||
#if defined(MBEDTLS_MD_C)
|
||||
|
||||
#include "mbedtls/md.h"
|
||||
#include "mbedtls/md_wrap.h"
|
||||
#include "mbedtls/md_internal.h"
|
||||
|
||||
#if defined(MBEDTLS_PLATFORM_C)
|
||||
#include "mbedtls/platform.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue