From 174a4e9960c681edb11d75bd9f92dd29f09f335e Mon Sep 17 00:00:00 2001 From: Waleed Elmelegy Date: Thu, 21 Nov 2024 10:54:54 +0000 Subject: [PATCH] Change iop export public-key initlization example Signed-off-by: Waleed Elmelegy --- tf-psa-crypto/include/psa/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf-psa-crypto/include/psa/crypto.h b/tf-psa-crypto/include/psa/crypto.h index 9ef9b9effb..26da1c23dc 100644 --- a/tf-psa-crypto/include/psa/crypto.h +++ b/tf-psa-crypto/include/psa/crypto.h @@ -5558,7 +5558,7 @@ psa_status_t psa_generate_key_iop_abort( * \endcode * - Initialize the structure to logical zero values, for example: * \code - * static psa_export_public_key_iop_t operation; + * psa_export_public_key_iop_t operation = {0}; * \endcode * - Initialize the structure to the initializer #PSA_EXPORT_PUBLIC_KEY_IOP_INIT, * for example: