]> git.proxmox.com Git - libtpms.git/commitdiff
tpm2: Add comment 'libtpms added' to added #include
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Thu, 13 Jun 2019 13:30:27 +0000 (09:30 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Mon, 17 Jun 2019 22:57:21 +0000 (18:57 -0400)
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
src/tpm2/ExecCommand.c
src/tpm2/PropertyCap.c
src/tpm2/TpmFail.c

index 6dbb3ea5cf74cbefadda00dfee7572da85710517..a7d7542380fe6f068786a90f7935c97f73387858 100644 (file)
@@ -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"
index 3b029e0a2267b0a25bead0854784b8d1429b21cd..d544cfa8168c087bd35d8a9312568d999a6d7045 100644 (file)
@@ -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
index 944b97fc348a41cc0eb542420140577115a72617..6a4f430b91d9b561295d6a1217cc34dacd0d32ca 100644 (file)
@@ -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. */