From 934ab00f774322ecce2e4082101be7098a1257be Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Fri, 28 May 2021 09:52:54 +0100 Subject: [PATCH] Minor improvement of ChangeLog wording Signed-off-by: Hanno Becker --- ChangeLog.d/relaxed-psk-semantics.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.d/relaxed-psk-semantics.txt b/ChangeLog.d/relaxed-psk-semantics.txt index d9d922be1..418ff6fcb 100644 --- a/ChangeLog.d/relaxed-psk-semantics.txt +++ b/ChangeLog.d/relaxed-psk-semantics.txt @@ -3,5 +3,5 @@ API changes In Mbed TLS 2.X, the API prescribes that later calls overwrite the effect of earlier calls. In Mbed TLS 3.0, calling `mbedtls_ssl_conf_[opaque_]psk()` more than once will fail, - leaving the PSK intact that was configured first. Support - for more than one PSK may be added in 3.X. + leaving the PSK that was configured first intact. + Support for more than one PSK may be added in 3.X.