mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
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
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
#if defined(MBEDTLS_PK_C)
|
||||
#include "mbedtls/pk.h"
|
||||
#include "mbedtls/pk_wrap.h"
|
||||
#include "mbedtls/pk_internal.h"
|
||||
|
||||
#if defined(MBEDTLS_RSA_C)
|
||||
#include "mbedtls/rsa.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue