Move padlock.h to library
`padlock.h` is actually an internal header and is moved accordingly. Signed-off-by: Chris Jones <christopher.jones@arm.com>
This commit is contained in:
parent
187782f41e
commit
16dbaeb9eb
8 changed files with 3 additions and 15 deletions
|
@ -34,7 +34,7 @@
|
|||
#include "mbedtls/platform_util.h"
|
||||
#include "mbedtls/error.h"
|
||||
#if defined(MBEDTLS_PADLOCK_C)
|
||||
#include "mbedtls/padlock.h"
|
||||
#include "padlock.h"
|
||||
#endif
|
||||
#if defined(MBEDTLS_AESNI_C)
|
||||
#include "aesni.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue