mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-23 07:15:08 +00:00
Merge pull request #5254 from adeaarm/development_2.x
Backport 2.x: Align function parameter names for mbedtls_set_key_owner_id
This commit is contained in:
commit
5d6de4ebc4
|
@ -159,10 +159,10 @@ static void psa_set_key_id( psa_key_attributes_t *attributes,
|
||||||
* the owner of a key.
|
* the owner of a key.
|
||||||
*
|
*
|
||||||
* \param[out] attributes The attribute structure to write to.
|
* \param[out] attributes The attribute structure to write to.
|
||||||
* \param owner_id The key owner identifier.
|
* \param owner The key owner identifier.
|
||||||
*/
|
*/
|
||||||
static void mbedtls_set_key_owner_id( psa_key_attributes_t *attributes,
|
static void mbedtls_set_key_owner_id( psa_key_attributes_t *attributes,
|
||||||
mbedtls_key_owner_id_t owner_id );
|
mbedtls_key_owner_id_t owner );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** Set the location of a persistent key.
|
/** Set the location of a persistent key.
|
||||||
|
|
Loading…
Reference in a new issue