tests: pk_helpers: fix code style

Signed-off-by: Valerio Setti <[email protected]>
This commit is contained in:
Valerio Setti
2026-01-15 10:11:37 +01:00
parent 73c4f2e5d6
commit c32c5064c0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ typedef enum {
* key is not the in list of known ones.
*/
int mbedtls_pk_helpers_get_predefined_key_data(psa_key_type_t key_type, psa_key_bits_t key_bits,
const uint8_t **output, size_t *output_len);
const uint8_t **output, size_t *output_len);
/**
* Create a PSA key using prefined key data.