From 397739573809c18f60e19d3a4d8dc281870d12dc Mon Sep 17 00:00:00 2001 From: Andras Fekete Date: Wed, 28 Aug 2024 09:13:56 -0400 Subject: [PATCH] Minor documentation fixes --- wolftpm/tpm2_wrap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wolftpm/tpm2_wrap.h b/wolftpm/tpm2_wrap.h index 37bdd85..4932b58 100644 --- a/wolftpm/tpm2_wrap.h +++ b/wolftpm/tpm2_wrap.h @@ -3756,9 +3756,10 @@ WOLFTPM_API int wolfTPM2_PolicyPCRMake(TPM_ALG_ID pcrAlg, \return INPUT_SIZE_E: policyDigestSz is too small to hold the returned digest \return BAD_FUNC_ARG: check the provided arguments - \param pcrAlg the hash algorithm to use with pcr policy + \param hashAlg the hash algorithm to use with pcr policy \param digest input/out digest (input "old" / output "new") \param digestSz input/out digest size + \param cc is the command code used \param input pointer to a array to use (optional) \param inputSz size of input