From 814b099501fd01f44dfdaaa0456056b1c4380422 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Fri, 2 Jul 2021 12:11:14 +0100 Subject: [PATCH] Remove obsolete reference to _ret Signed-off-by: Dave Rodgman --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 536065a9bb..43db247288 100644 --- a/ChangeLog +++ b/ChangeLog @@ -50,8 +50,8 @@ API changes returned from the public SSL API. * Remove `MBEDTLS_ERR_SSL_CERTIFICATE_TOO_LARGE` and return `MBEDTLS_ERR_SSL_BUFFER_TOO_SMALL` instead. - * The output parameter of mbedtls_sha512_finish_ret, mbedtls_sha512_ret, - mbedtls_sha256_finish_ret and mbedtls_sha256_ret now has a pointer type + * The output parameter of mbedtls_sha512_finish, mbedtls_sha512, + mbedtls_sha256_finish and mbedtls_sha256 now has a pointer type rather than array type. This removes spurious warnings in some compilers when outputting a SHA-384 or SHA-224 hash into a buffer of exactly the hash size.