From 3a3a7564317593a54e29bfa7f1ba06c82810d8bd Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Mon, 3 Apr 2023 10:55:29 +0200 Subject: [PATCH] adding missing newline at the end of changelog file Signed-off-by: Valerio Setti --- ...max-size-macro-are-too-small-when-psa-ecc-is-accelerated.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/some-max-size-macro-are-too-small-when-psa-ecc-is-accelerated.txt b/ChangeLog.d/some-max-size-macro-are-too-small-when-psa-ecc-is-accelerated.txt index 9566a036b..8cc6e5eab 100644 --- a/ChangeLog.d/some-max-size-macro-are-too-small-when-psa-ecc-is-accelerated.txt +++ b/ChangeLog.d/some-max-size-macro-are-too-small-when-psa-ecc-is-accelerated.txt @@ -2,4 +2,4 @@ Bugfix * Fix proper sizing for PSA_EXPORT_[KEY_PAIR/PUBLIC_KEY]_MAX_SIZE and PSA_SIGNATURE_MAX_SIZE buffers when at least one accelerated EC is bigger than all built-in ones and RSA is disabled. - Resolves #6622. \ No newline at end of file + Resolves #6622.