mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-23 02:17:23 +00:00
Remove useless define check for interuptible key agreement APIs
Signed-off-by: Waleed Elmelegy <[email protected]>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user