libtpmtss: Added to integrity checks
This commit is contained in:
@@ -17,6 +17,14 @@
|
||||
#include "tpm_tss_tss2.h"
|
||||
#include "tpm_tss_trousers.h"
|
||||
|
||||
/**
|
||||
* Described in header.
|
||||
*/
|
||||
void libtpmtss_init(void)
|
||||
{
|
||||
/* empty */
|
||||
}
|
||||
|
||||
typedef tpm_tss_t*(*tpm_tss_create)();
|
||||
|
||||
/**
|
||||
|
||||
@@ -130,4 +130,9 @@ struct tpm_tss_t {
|
||||
*/
|
||||
tpm_tss_t *tpm_tss_probe(tpm_version_t version);
|
||||
|
||||
/**
|
||||
* Dummy libtpmtss initialization function needed for integrity test
|
||||
*/
|
||||
void libtpmtss_init(void);
|
||||
|
||||
#endif /** TPM_TSS_H_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user