mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-06 03:07:47 +00:00
Simplify version detection
Signed-off-by: Bence Szépkúti <[email protected]>
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "mbedtls/memory_buffer_alloc.h"
|
||||
#endif
|
||||
|
||||
#if !defined(MBEDTLS_VERSION_MAJOR) || MBEDTLS_VERSION_MAJOR >= 4
|
||||
#if defined(TF_PSA_CRYPTO_VERSION_NUMBER)
|
||||
#include "tf_psa_crypto_common.h"
|
||||
#else
|
||||
#include "common.h"
|
||||
|
||||
Reference in New Issue
Block a user