Fix intended code blocks that were not suitably indented

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2024-03-04 18:30:09 +01:00
parent e33b349c90
commit ddbe4ae901

View File

@ -607,11 +607,10 @@ int mbedtls_pk_get_psa_attributes(const mbedtls_pk_context *pk,
* psa_set_key_identifier() and optionally
* psa_set_key_lifetime().
* - To import only the public part of a key pair:
* ```
*
* psa_set_key_type(&attributes,
* PSA_KEY_TYPE_PUBLIC_KEY_OF_KEY_PAIR(
* psa_get_key_type(&attributes)));
* ```
* - Restrict the key usage if desired.
* -# Call mbedtls_pk_import_into_psa().
*