mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-23 02:42:40 +00:00
config_psa: do not update legacy symbols in client-only PSA build
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
cf995d4197
commit
3153ae47a9
@ -34,7 +34,11 @@
|
|||||||
* before we deduce what built-ins are required. */
|
* before we deduce what built-ins are required. */
|
||||||
#include "psa/crypto_adjust_config_key_pair_types.h"
|
#include "psa/crypto_adjust_config_key_pair_types.h"
|
||||||
|
|
||||||
|
#if defined(MBEDTLS_PSA_CRYPTO_C)
|
||||||
|
/* If we are implementing PSA crypto ourselves, then we want to enable the
|
||||||
|
* required built-ins. Otherwise, PSA features will be provided by the server. */
|
||||||
#include "mbedtls/config_adjust_legacy_from_psa.h"
|
#include "mbedtls/config_adjust_legacy_from_psa.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#else /* MBEDTLS_PSA_CRYPTO_CONFIG */
|
#else /* MBEDTLS_PSA_CRYPTO_CONFIG */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user