From e6a664ed65a00478da7334f6bf3adf488205ec8c Mon Sep 17 00:00:00 2001 From: Tomi Fontanilles Date: Mon, 18 Dec 2023 11:40:44 +0200 Subject: [PATCH] changelog: fix missing newline at end of file Signed-off-by: Tomi Fontanilles --- ChangeLog.d/non-psa-pk-implementation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/non-psa-pk-implementation.txt b/ChangeLog.d/non-psa-pk-implementation.txt index a7129a6da6..535bbf55e6 100644 --- a/ChangeLog.d/non-psa-pk-implementation.txt +++ b/ChangeLog.d/non-psa-pk-implementation.txt @@ -1,3 +1,3 @@ Changes * mbedtls_pk_sign_ext() is now always available, not just when - PSA (MBEDTLS_PSA_CRYPTO_C) is enabled. \ No newline at end of file + PSA (MBEDTLS_PSA_CRYPTO_C) is enabled.