mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-25 13:43:31 +00:00
psa: Remove unnecessary headers
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
03d557db35
commit
fe8e135816
@ -29,8 +29,6 @@
|
|||||||
#define PSA_CRYPTO_EXTRA_H
|
#define PSA_CRYPTO_EXTRA_H
|
||||||
#include "mbedtls/private_access.h"
|
#include "mbedtls/private_access.h"
|
||||||
|
|
||||||
#include "mbedtls/platform_util.h"
|
|
||||||
|
|
||||||
#include "crypto_types.h"
|
#include "crypto_types.h"
|
||||||
#include "crypto_compat.h"
|
#include "crypto_compat.h"
|
||||||
|
|
||||||
|
@ -38,10 +38,6 @@
|
|||||||
* in each of its header files. */
|
* in each of its header files. */
|
||||||
#include "mbedtls/build_info.h"
|
#include "mbedtls/build_info.h"
|
||||||
|
|
||||||
/* Translate between classic MBEDTLS_xxx feature symbols and PSA_xxx
|
|
||||||
* feature symbols. */
|
|
||||||
#include "mbedtls/config_psa.h"
|
|
||||||
|
|
||||||
/* PSA requires several types which C99 provides in stdint.h. */
|
/* PSA requires several types which C99 provides in stdint.h. */
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
@ -27,8 +27,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "mbedtls/build_info.h"
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define MBEDTLS_EFFICIENT_UNALIGNED_ACCESS for architectures where unaligned memory
|
* Define MBEDTLS_EFFICIENT_UNALIGNED_ACCESS for architectures where unaligned memory
|
||||||
* accesses are known to be efficient.
|
* accesses are known to be efficient.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user