Skip to content

Commit 0c6f741

Browse files
committed
Remove unnecessary define
1 parent bb89568 commit 0c6f741

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/TARGET_PSA/services/crypto/COMPONENT_PSA_SRV_IPC/crypto_platform_spe.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@ typedef struct psa_crypto_ipc_aead_s
158158
* and in order to use the existing infrastructure of the SPM-IPC we provide a struct to
159159
* pack them together.
160160
*/
161-
// Max supported HASH size is 64 bytes - for SHA-512.
162-
#define PSA_HASH_MAX_SIZE 64
163161
typedef struct psa_crypto_ipc_asymmetric_s
164162
{
165163
psa_sec_function_t func;

0 commit comments

Comments
 (0)