mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-17 20:42:44 +00:00
Fix intended code blocks that were not suitably indented
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
e33b349c90
commit
ddbe4ae901
@ -607,11 +607,10 @@ int mbedtls_pk_get_psa_attributes(const mbedtls_pk_context *pk,
|
|||||||
* psa_set_key_identifier() and optionally
|
* psa_set_key_identifier() and optionally
|
||||||
* psa_set_key_lifetime().
|
* psa_set_key_lifetime().
|
||||||
* - To import only the public part of a key pair:
|
* - To import only the public part of a key pair:
|
||||||
* ```
|
*
|
||||||
* psa_set_key_type(&attributes,
|
* psa_set_key_type(&attributes,
|
||||||
* PSA_KEY_TYPE_PUBLIC_KEY_OF_KEY_PAIR(
|
* PSA_KEY_TYPE_PUBLIC_KEY_OF_KEY_PAIR(
|
||||||
* psa_get_key_type(&attributes)));
|
* psa_get_key_type(&attributes)));
|
||||||
* ```
|
|
||||||
* - Restrict the key usage if desired.
|
* - Restrict the key usage if desired.
|
||||||
* -# Call mbedtls_pk_import_into_psa().
|
* -# Call mbedtls_pk_import_into_psa().
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user