From 7d4c48ba4ff8e8d65a907d05138c9de515008222 Mon Sep 17 00:00:00 2001 From: Ben Taylor Date: Tue, 4 Feb 2025 15:27:53 +0000 Subject: [PATCH] fixed trailing whitespace Signed-off-by: Ben Taylor --- ChangeLog.d/9874.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.d/9874.txt b/ChangeLog.d/9874.txt index 21fe22e4e5..a4d2e032ee 100644 --- a/ChangeLog.d/9874.txt +++ b/ChangeLog.d/9874.txt @@ -1,5 +1,5 @@ API changes * Align the mbedtls_ssl_ticket_setup() function with the PSA Crypto API. - Instead of taking a mbedtls_cipher_type_t as an argument, this function - now takes 3 new arguments: a PSA algorithm, key type and key size, to + Instead of taking a mbedtls_cipher_type_t as an argument, this function + now takes 3 new arguments: a PSA algorithm, key type and key size, to specify the AEAD for ticket protection.