Use of TPM 2.0 private keys for signatures via tpm plugin
This commit is contained in:
@@ -61,6 +61,10 @@ endif
|
||||
if USE_LIBTPMTSS
|
||||
deps += $(top_builddir)/src/libtpmtss/libtpmtss.la
|
||||
libs += $(DESTDIR)$(ipseclibdir)/libtpmtss.so
|
||||
if !MONOLITHIC
|
||||
AM_CPPFLAGS += -DP_PLUGINS=\""${p_plugins}\""
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
if USE_LIBTNCCS
|
||||
|
||||
@@ -157,6 +157,9 @@ int main(int argc, char* argv[])
|
||||
#ifdef S_PLUGINS
|
||||
build_plugin_checksums(S_PLUGINS);
|
||||
#endif
|
||||
#ifdef P_PLUGINS
|
||||
build_plugin_checksums(P_PLUGINS);
|
||||
#endif
|
||||
#ifdef T_PLUGINS
|
||||
build_plugin_checksums(T_PLUGINS);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user