mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-02 09:17:47 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user