mirror of
https://github.com/espressif/mbedtls.git
synced 2026-08-25 04:39:52 +00:00
Fix removed space in merge resolution
This space was mysteriously removed during the merge, restore it here. Signed-off-by: David Horstmann <[email protected]>
This commit is contained in:
@@ -7749,7 +7749,7 @@ psa_status_t mbedtls_psa_inject_entropy(const uint8_t *seed,
|
||||
* \param bits The number of bits of the key
|
||||
*
|
||||
* \retval #PSA_SUCCESS
|
||||
* The key type and size are valid.
|
||||
* The key type and size are valid.
|
||||
* \retval #PSA_ERROR_INVALID_ARGUMENT
|
||||
* The size in bits of the key is not valid.
|
||||
* \retval #PSA_ERROR_NOT_SUPPORTED
|
||||
|
||||
Reference in New Issue
Block a user