From ba47b450aa1dbfefabaa77b311e8465dec73b69c Mon Sep 17 00:00:00 2001 From: Mohammad AboMokh Date: Mon, 26 Nov 2018 15:40:14 +0200 Subject: [PATCH] Remove unnecessary define --- .../services/crypto/COMPONENT_PSA_SRV_IPC/crypto_platform_spe.h | 2 -- 1 file changed, 2 deletions(-) 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 2c29de4646..d70dce77e0 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 @@ -158,8 +158,6 @@ typedef struct psa_crypto_ipc_aead_s * and in order to use the existing infrastructure of the SPM-IPC we provide a struct to * pack them together. */ -// Max supported HASH size is 64 bytes - for SHA-512. -#define PSA_HASH_MAX_SIZE 64 typedef struct psa_crypto_ipc_asymmetric_s { psa_sec_function_t func;