Crypto: Don't prefix psa/ to header inclusions from main
Reduces the degrees of freedom when including PSA crypto
headers. The PSA Crypto headers are always guaranteed to
be in the same directory of the main psa/crypto.h.
Signed-off-by: Antonio de Angelis <antonio.deangelis@arm.com>
Change-Id: I5b2e4400f1cf885d507e3f755602b60051a1b9ab
diff --git a/interface/include/psa/crypto_sizes.h b/interface/include/psa/crypto_sizes.h
index 18a4b1f..82ec099 100644
--- a/interface/include/psa/crypto_sizes.h
+++ b/interface/include/psa/crypto_sizes.h
@@ -182,7 +182,7 @@
#if defined(MBEDTLS_PSA_CRYPTO_CONFIG_FILE)
#include MBEDTLS_PSA_CRYPTO_CONFIG_FILE
#else
-#include "psa/crypto_config.h"
+#include "crypto_config.h"
#endif
#if defined(PSA_WANT_ECC_SECP_R1_521)
#define PSA_VENDOR_ECC_MAX_CURVE_BITS 521