Use PSA_ALG_NONE in PSA_PAKE_OPERATION_INIT to init psa_algorithm_t
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
2056ce5111
commit
eb93a6f1d8
1 changed files with 1 additions and 1 deletions
|
@ -1852,7 +1852,7 @@ psa_status_t psa_pake_abort(psa_pake_operation_t * operation);
|
||||||
/** Returns a suitable initializer for a PAKE operation object of type
|
/** Returns a suitable initializer for a PAKE operation object of type
|
||||||
* psa_pake_operation_t.
|
* psa_pake_operation_t.
|
||||||
*/
|
*/
|
||||||
#define PSA_PAKE_OPERATION_INIT {0, {0}}
|
#define PSA_PAKE_OPERATION_INIT {PSA_ALG_NONE, {0}}
|
||||||
|
|
||||||
struct psa_pake_cipher_suite_s
|
struct psa_pake_cipher_suite_s
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue