Merge pull request #5246 from adeaarm/development

Align function parameter names for mbedtls_set_key_owner_id
This commit is contained in:
Gilles Peskine 2021-12-03 17:24:46 +01:00 committed by GitHub
commit 28de59c50a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,10 +153,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.