From e3645ee8b49c7c1634b3bc8b3f07ff9ed2836cca Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Sun, 22 Nov 2020 13:59:43 +0100 Subject: [PATCH] Move "internal use" sentence attached to the wrong function Signed-off-by: Gilles Peskine --- include/mbedtls/sha512.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mbedtls/sha512.h b/include/mbedtls/sha512.h index 9ff78ecf4..5e5a15e00 100644 --- a/include/mbedtls/sha512.h +++ b/include/mbedtls/sha512.h @@ -152,8 +152,7 @@ int mbedtls_sha512_update_ret( mbedtls_sha512_context *ctx, /** * \brief This function finishes the SHA-512 operation, and writes - * the result to the output buffer. This function is for - * internal use only. + * the result to the output buffer. * * \param ctx The SHA-512 context. This must be initialized * and have a hash operation started. @@ -169,6 +168,7 @@ int mbedtls_sha512_finish_ret( mbedtls_sha512_context *ctx, /** * \brief This function processes a single data block within * the ongoing SHA-512 computation. + * This function is for internal use only. * * \param ctx The SHA-512 context. This must be initialized. * \param data The buffer holding one block of data. This