mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
libtpmtss: Added to integrity checks
This commit is contained in:
parent
2343c48341
commit
b031593641
@ -53,6 +53,11 @@ if USE_LIBPTTLS
|
||||
libs += $(DESTDIR)$(ipseclibdir)/libpttls.so
|
||||
endif
|
||||
|
||||
if USE_LIBTPMTSS
|
||||
deps += $(top_builddir)/src/libtpmtss/libtpmtss.la
|
||||
libs += $(DESTDIR)$(ipseclibdir)/libtpmtss.so
|
||||
endif
|
||||
|
||||
if USE_LIBTNCCS
|
||||
deps += $(top_builddir)/src/libtnccs/libtnccs.la
|
||||
libs += $(DESTDIR)$(ipseclibdir)/libtnccs.so
|
||||
|
@ -17,6 +17,7 @@
|
||||
|
||||
#include <utils/debug.h>
|
||||
#include <pen/pen.h>
|
||||
|
||||
/**
|
||||
* Described in header.
|
||||
*/
|
||||
|
@ -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_ @}*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user