Skip to content

Commit

Permalink
tctildr: add definition of Tss2_Tcti_TctiLdr_Init to public header
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Holland <[email protected]>
  • Loading branch information
Johannes Holland authored and JuergenReppSIT committed Dec 23, 2023
1 parent 9c4ad53 commit e7bdf0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/tss2/tss2_tctildr.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ Tss2_TctiLdr_GetInfo (const char *name,
void
Tss2_TctiLdr_FreeInfo (TSS2_TCTI_INFO **info);

TSS2_RC
Tss2_Tcti_TctiLdr_Init (TSS2_TCTI_CONTEXT *tctiContext,
size_t *size,
const char *nameConf);

#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit e7bdf0d

Please sign in to comment.