From fcd2d24e1adc3299ebf73b17dcea33d4e6afff56 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Thu, 13 Jun 2019 09:30:27 -0400 Subject: [PATCH] tpm2: Add comment 'libtpms added' to added #include Signed-off-by: Stefan Berger --- src/tpm2/ExecCommand.c | 2 +- src/tpm2/PropertyCap.c | 2 +- src/tpm2/TpmFail.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tpm2/ExecCommand.c b/src/tpm2/ExecCommand.c index 6dbb3ea5..a7d75423 100644 --- a/src/tpm2/ExecCommand.c +++ b/src/tpm2/ExecCommand.c @@ -66,7 +66,7 @@ #include "ExecCommand_fp.h" #define TPM_HAVE_TPM2_DECLARATIONS -#include "tpm_library_intern.h" +#include "tpm_library_intern.h" // libtpms added /* Uncomment this next #include if doing static command/response buffer sizing */ // #include "CommandResponseSizes_fp.h" diff --git a/src/tpm2/PropertyCap.c b/src/tpm2/PropertyCap.c index 3b029e0a..d544cfa8 100644 --- a/src/tpm2/PropertyCap.c +++ b/src/tpm2/PropertyCap.c @@ -66,7 +66,7 @@ #include "Tpm.h" #define TPM_HAVE_TPM2_DECLARATIONS -#include "tpm_library_intern.h" +#include "tpm_library_intern.h" // libtpms added /* 9.14.3 Functions */ /* 9.14.3.1 TPMPropertyIsDefined() */ /* This function accepts a property selection and, if so, sets value to the value of the diff --git a/src/tpm2/TpmFail.c b/src/tpm2/TpmFail.c index 944b97fc..6a4f430b 100644 --- a/src/tpm2/TpmFail.c +++ b/src/tpm2/TpmFail.c @@ -72,7 +72,7 @@ #include "TpmTypes.h" #define TPM_HAVE_TPM2_DECLARATIONS -#include "tpm_library_intern.h" +#include "tpm_library_intern.h" // libtpms added /* 9.17.2 Typedefs */ /* These defines are used primarily for sizing of the local response buffer. */