Skip to content

Commit

Permalink
Fix docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske committed May 21, 2024
1 parent 2f4fb5e commit 9a9ac2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wolftpm/tpm2_wrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -3689,7 +3689,6 @@ WOLFTPM_API int wolfTPM2_PolicyAuthorizeMake(TPM_ALG_ID pcrAlg,
\return BAD_FUNC_ARG: check the provided arguments
\param dev pointer to a TPM2_DEV struct
\param sessionHandle the handle of the current policy session, a session is required to use policy PCR
\param tpmSession pointer to a WOLFTPM2_SESSION struct used with wolfTPM2_StartSession and wolfTPM2_SetAuthSession
\param auth pointer to a string constant, specifying the password authorization for the policy session
\param authSz integer value, specifying the size of the password authorization, in bytes
Expand All @@ -3708,7 +3707,6 @@ WOLFTPM_API int wolfTPM2_PolicyPassword(WOLFTPM2_DEV* dev,
\return BAD_FUNC_ARG: check the provided arguments
\param dev pointer to a TPM2_DEV struct
\param sessionHandle the handle of the current policy session, a session is required to use policy PCR
\param tpmSession pointer to a WOLFTPM2_SESSION struct used with wolfTPM2_StartSession and wolfTPM2_SetAuthSession
\param auth pointer to a string constant, specifying the password authorization for the policy session
\param authSz integer value, specifying the size of the password authorization, in bytes
Expand Down

0 comments on commit 9a9ac2a

Please sign in to comment.