Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1151)

Unified Diff: src/tlcl/tlcl.c

Issue 2831027: Add version string in binary and simplify build. (Closed) Base URL: ssh://git@chromiumos-git/tpm_lite.git
Patch Set: sed -> cut and add warnings Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/tlcl/structures.h ('k') | src/tlcl/version.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tlcl/tlcl.c
diff --git a/src/tlcl/tlcl.c b/src/tlcl/tlcl.c
index 4ef5e40b5b5b068d71076f58e71780ef68aa1687..63c03a6c7d6e05f690e2e5f33a3f8c5131213b9b 100644
--- a/src/tlcl/tlcl.c
+++ b/src/tlcl/tlcl.c
@@ -25,15 +25,15 @@
#include <unistd.h>
#ifdef FIRMWARE
-#include "saved-structures.h"
#include "tss_constants.h"
#else
#include <tss/tcs.h>
-#include "structures.h"
#include "tpmextras.h"
#endif /* FIRMWARE */
+#include "structures.h"
#include "tlcl_internal.h"
+#include "version.h"
#if USE_TPM_EMULATOR
#include "tpmemu.h"
« no previous file with comments | « src/tlcl/structures.h ('k') | src/tlcl/version.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698