crypto: move legacy symbols support to a dedicated header file

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2023-06-06 14:32:58 +02:00
parent ddb577626d
commit b7ef51a193
4 changed files with 104 additions and 74 deletions

View file

@ -42,6 +42,8 @@
#include MBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE
#endif
#include "psa/crypto_legacy.h"
#ifdef __cplusplus
extern "C" {
#endif