Skip to content

Commit

Permalink
ESYS: fix doxygen header of function iesys_update_session_flags
Browse files Browse the repository at this point in the history
The @RetVal documentation was removed for this void function.
Fixes #2036.

Signed-off-by: Juergen Repp <[email protected]>
  • Loading branch information
JuergenReppSIT authored and tstruk committed Mar 20, 2021
1 parent 2ba1810 commit a9e4ce7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tss2-esys/esys_iutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -578,10 +578,8 @@ iesys_gen_caller_nonces(ESYS_CONTEXT * esys_context)
*
* In case where command does not support param encryption/decryption
* store the original session attributes and update them accordingly.
* Return true is command support param encryption.
*
* @retval TRUE if command support param encryption
* @retval FLASE if command does not support param encryption
* @retval void
*/
static void
iesys_update_session_flags(ESYS_CONTEXT * esys_context,
Expand Down

0 comments on commit a9e4ce7

Please sign in to comment.