Include public and public-ish PSA headers in CPP check

Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
This commit is contained in:
Steven Cooreman 2020-10-22 11:55:50 +02:00
parent 8c31025310
commit 88ebb2d7d0

View file

@ -109,6 +109,12 @@
#include "mbedtls/memory_buffer_alloc.h"
#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()
{
mbedtls_platform_context *ctx = NULL;