Always include psa/crypto.h

Previously this was not included when in 3.6 and PSA_CRYPTO_CLIENT was
defined.

Signed-off-by: David Horstmann <[email protected]>
This commit is contained in:
David Horstmann
2024-11-14 12:26:34 +00:00
parent 41cca8d248
commit a2b59be722
+1 -1
View File
@@ -14,9 +14,9 @@
#if (MBEDTLS_VERSION_MAJOR < 4 && defined(MBEDTLS_PSA_CRYPTO_C)) || \
(MBEDTLS_VERSION_MAJOR >= 4 && defined(MBEDTLS_PSA_CRYPTO_CLIENT))
#include "test/psa_helpers.h"
#include <psa/crypto.h>
#endif
#include <psa/crypto.h>
#include <mbedtls/ctr_drbg.h>
#if defined(MBEDTLS_PSA_CRYPTO_C)