From: Richard Maciel <[email protected]> There was a duplicated entry for Tspi_TPM_Quote.3 file in install script, and install tool was generating an error, which stopped the install process. One of the entries was changed to Tspi_TPM_Quote2.3 to fix build issue and properly install the aforementioned man page.
Signed-off-by: Richard Maciel Costa <[email protected]> Signed-off-by: Richard Maciel <[email protected]> --- man/man3/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man3/Makefile.am b/man/man3/Makefile.am index 14b4986..1a8268e 100644 --- a/man/man3/Makefile.am +++ b/man/man3/Makefile.am @@ -75,7 +75,7 @@ man3_MANS = Tspi_ChangeAuth.3 \ Tspi_TPM_TakeOwnership.3 \ Tspi_TPM_GetAuditDigest.3 \ Tspi_TPM_OwnerGetSRKPubKey.3 \ - Tspi_TPM_Quote.3 \ + Tspi_TPM_Quote2.3 \ Tspi_TPM_CMKSetRestrictions.3 if TSS_BUILD_DAA man3_MANS += Tspi_DAA_IssueCredential.3 \ -- 1.8.1.4 ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ TrouSerS-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/trousers-tech
