Skip to content

Commit 4a2b06e

Browse files
author
Moran Peker
committed
Remove includes from mbedtls
1 parent 6e3d238 commit 4a2b06e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

components/TARGET_PSA/services/attestation/COMPONENT_SPE/psa_attestation_partition.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,14 @@
2020
#include "psa/service.h"
2121
#include "psa/client.h"
2222

23-
#define PSA_ATTEST_SECURE 1
2423
#include "psa_attest_srv_partition.h"
2524
#include "psa_initial_attestation_api.h"
2625
#include "psa_attest_inject_key.h"
2726
#include "psa_inject_attestation_key_impl.h"
2827
#include "attestation.h"
2928
#include <string.h>
30-
#include "mbedtls/entropy.h"
3129
#include "psa/crypto.h"
3230

33-
#if defined(PLATFORM_C)
34-
#include "mbedtls/platform.h"
35-
#else
36-
#define calloc calloc
37-
#define free free
3831
#endif
3932

4033
int32_t g_caller_id = 0;

0 commit comments

Comments
 (0)