From bb0683274b2ba95b0a1e31540622d287effdcdb5 Mon Sep 17 00:00:00 2001 From: Waleed Elmelegy Date: Thu, 31 Oct 2024 16:39:38 +0000 Subject: [PATCH] Remove useless define check for interuptible key agreement APIs Signed-off-by: Waleed Elmelegy --- tf-psa-crypto/drivers/builtin/src/psa_crypto_ecp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf-psa-crypto/drivers/builtin/src/psa_crypto_ecp.c b/tf-psa-crypto/drivers/builtin/src/psa_crypto_ecp.c index 33a97973c9..76cf3ab889 100644 --- a/tf-psa-crypto/drivers/builtin/src/psa_crypto_ecp.c +++ b/tf-psa-crypto/drivers/builtin/src/psa_crypto_ecp.c @@ -596,7 +596,7 @@ exit: /* Interruptible ECC Key Generation */ /****************************************************************/ -#if defined(MBEDTLS_ECP_RESTARTABLE) && defined(MBEDTLS_ECP_C) +#if defined(MBEDTLS_ECP_RESTARTABLE) psa_status_t mbedtls_psa_generate_key_iop_setup( mbedtls_psa_generate_key_iop_t *operation,