Fix LMS function documentation

Signed-off-by: Raef Coles <raef.coles@arm.com>
This commit is contained in:
Raef Coles 2022-09-23 17:03:53 +01:00
parent 3982040232
commit 403558c1c9
No known key found for this signature in database
GPG Key ID: 1AAF1B43DF2086F4

View File

@ -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.
*