mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 04:20:12 +00:00
Include public and public-ish PSA headers in CPP check
Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
This commit is contained in:
parent
8c31025310
commit
88ebb2d7d0
@ -109,6 +109,12 @@
|
|||||||
#include "mbedtls/memory_buffer_alloc.h"
|
#include "mbedtls/memory_buffer_alloc.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "psa/crypto.h"
|
||||||
|
#include "psa/crypto_se_driver.h"
|
||||||
|
#include "psa/crypto_entropy_driver.h"
|
||||||
|
#include "psa/crypto_accel_driver.h"
|
||||||
|
#include "../library/psa_crypto_its.h"
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
mbedtls_platform_context *ctx = NULL;
|
mbedtls_platform_context *ctx = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user