From c2ac51e0c6da11b49f1256e8381fc1b6903b8abf Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Tue, 12 Mar 2024 16:09:58 +0000 Subject: [PATCH] Fix removed space in merge resolution This space was mysteriously removed during the merge, restore it here. Signed-off-by: David Horstmann --- library/psa_crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/psa_crypto.c b/library/psa_crypto.c index 9b22348c78..9d772fc4cd 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c @@ -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