mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-16 00:40:52 +00:00
Change iop export public-key initlization example
Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
This commit is contained in:
parent
a898127144
commit
174a4e9960
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user