diff --git a/components/TARGET_PSA/services/crypto/COMPONENT_PSA_SRV_IPC/crypto_platform_spe.h b/components/TARGET_PSA/services/crypto/COMPONENT_PSA_SRV_IPC/crypto_platform_spe.h index 71769d3da7..efca047137 100644 --- a/components/TARGET_PSA/services/crypto/COMPONENT_PSA_SRV_IPC/crypto_platform_spe.h +++ b/components/TARGET_PSA/services/crypto/COMPONENT_PSA_SRV_IPC/crypto_platform_spe.h @@ -40,7 +40,6 @@ /** \brief psa_s_function_t enum defines for all the available functions in PSA Crypto. */ typedef enum psa_sec_function_s { PSA_CRYPTO_INVALID, - PSA_CRYPTO_INIT, PSA_IMPORT_KEY, PSA_ALLOCATE_KEY, PSA_CREATE_KEY,