mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-06 18:29:55 +00:00
Adapt to the renaming of common.h
common.h has been renamed to tf_psa_crypto_common.h in the standalone TF PSA Crypto library used in Mbed TLS 4. Signed-off-by: Bence Szépkúti <[email protected]>
This commit is contained in:
@@ -21,7 +21,12 @@
|
||||
#if defined(MBEDTLS_MEMORY_BUFFER_ALLOC_C)
|
||||
#include "mbedtls/memory_buffer_alloc.h"
|
||||
#endif
|
||||
|
||||
#if !defined(MBEDTLS_VERSION_MAJOR) || MBEDTLS_VERSION_MAJOR >= 4
|
||||
#include "tf_psa_crypto_common.h"
|
||||
#else
|
||||
#include "common.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* \brief This macro tests the expression passed to it as a test step or
|
||||
|
||||
Reference in New Issue
Block a user