From 518fdb00e85866d4661e3609ef179d2ae9087753 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 18 May 2021 20:43:31 +0200 Subject: [PATCH] Fix size/length confusion in documentation Signed-off-by: Gilles Peskine --- include/mbedtls/gcm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/gcm.h b/include/mbedtls/gcm.h index 78f2a438ff..995578ff8b 100644 --- a/include/mbedtls/gcm.h +++ b/include/mbedtls/gcm.h @@ -276,7 +276,7 @@ int mbedtls_gcm_update_ad( mbedtls_gcm_context *ctx, * is greater than zero, this must be a readable buffer * of at least \p input_length bytes. * \param input_length The length of the input data in bytes. - * \param output The buffer for the output data. If \p output_length + * \param output The buffer for the output data. If \p output_size * is greater than zero, this must be a writable buffer of * of at least \p output_size bytes. * This function may withhold the end of the output if