From 403558c1c96256737cffb20822e3869d1f4721fa Mon Sep 17 00:00:00 2001 From: Raef Coles Date: Fri, 23 Sep 2022 17:03:53 +0100 Subject: [PATCH] Fix LMS function documentation Signed-off-by: Raef Coles --- include/mbedtls/lms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/lms.h b/include/mbedtls/lms.h index 3e84ce057..9a8afa1c4 100644 --- a/include/mbedtls/lms.h +++ b/include/mbedtls/lms.h @@ -269,7 +269,7 @@ int mbedtls_lms_generate_private_key( mbedtls_lms_private_t *ctx, * \param ctx The initialized LMS public context to generate the key * from and store it into. * - * \param ctx The LMS private context to read the private key + * \param priv_ctx The LMS private context to read the private key * from. This must have been initialized and contain a * private key. *