From bee70a7341f4c59dcdadfa8b3d07c9b27993ea3e Mon Sep 17 00:00:00 2001 From: Minos Galanakis Date: Mon, 2 Dec 2024 17:10:04 +0000 Subject: [PATCH] configs: Removed references to MBEDTLS_USE_PSA_CRYPTO Signed-off-by: Minos Galanakis --- configs/crypto-config-ccm-psk-tls1_2.h | 1 - configs/crypto-config-suite-b.h | 1 - configs/crypto-config-symmetric-only.h | 1 - configs/crypto-config-thread.h | 1 - 4 files changed, 4 deletions(-) diff --git a/configs/crypto-config-ccm-psk-tls1_2.h b/configs/crypto-config-ccm-psk-tls1_2.h index 561324aa58..e4de8b3fb6 100644 --- a/configs/crypto-config-ccm-psk-tls1_2.h +++ b/configs/crypto-config-ccm-psk-tls1_2.h @@ -24,7 +24,6 @@ #define PSA_WANT_KEY_TYPE_AES 1 #define MBEDTLS_PSA_CRYPTO_C -#define MBEDTLS_USE_PSA_CRYPTO /* System support */ //#define MBEDTLS_HAVE_TIME /* Optionally used in Hello messages */ diff --git a/configs/crypto-config-suite-b.h b/configs/crypto-config-suite-b.h index dcb814562d..3eea061262 100644 --- a/configs/crypto-config-suite-b.h +++ b/configs/crypto-config-suite-b.h @@ -40,7 +40,6 @@ #define PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_GENERATE 1 #define MBEDTLS_PSA_CRYPTO_C -#define MBEDTLS_USE_PSA_CRYPTO /* System support */ #define MBEDTLS_HAVE_ASM diff --git a/configs/crypto-config-symmetric-only.h b/configs/crypto-config-symmetric-only.h index 5393541625..dfe9e81251 100644 --- a/configs/crypto-config-symmetric-only.h +++ b/configs/crypto-config-symmetric-only.h @@ -58,7 +58,6 @@ #define MBEDTLS_SELF_TEST #define MBEDTLS_PSA_CRYPTO_C -#define MBEDTLS_USE_PSA_CRYPTO /* System support */ //#define MBEDTLS_HAVE_ASM diff --git a/configs/crypto-config-thread.h b/configs/crypto-config-thread.h index a17ae5dc8f..f71b1f079a 100644 --- a/configs/crypto-config-thread.h +++ b/configs/crypto-config-thread.h @@ -45,7 +45,6 @@ #define PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_GENERATE 1 #define MBEDTLS_PSA_CRYPTO_C -#define MBEDTLS_USE_PSA_CRYPTO /* System support */ #define MBEDTLS_HAVE_ASM