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

Unified Diff: src/include/tss/tss_defines.h

Issue 3581012: Upgrade from trousers 0.3.3 to 0.3.6 and from testsuite 0.2 to 0.3. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/trousers.git
Patch Set: git cl push Created 10 years, 2 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/include/trousers_types.h ('k') | src/tcs/Makefile.am » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/include/tss/tss_defines.h
diff --git a/src/include/tss/tss_defines.h b/src/include/tss/tss_defines.h
index e50df8c86ba0f903dc5a03b83957665e28524996..a525a6af98181534a736bc351ec803dd1fc05075 100644
--- a/src/include/tss/tss_defines.h
+++ b/src/include/tss/tss_defines.h
@@ -349,8 +349,8 @@ Global defines for TSS.
//
// Values for the subflag TSS_TSPATTRIB_CONTEXT_TRANS_CONTROL
//
-#define TSS_TSPATTRIB_DISABLE_TRANSPORT (0x00000000)
-#define TSS_TSPATTRIB_ENABLE_TRANSPORT (0x00000001)
+#define TSS_TSPATTRIB_DISABLE_TRANSPORT (0x00000016)
+#define TSS_TSPATTRIB_ENABLE_TRANSPORT (0x00000032)
//
// Values for the subflag TSS_TSPATTRIB_CONTEXT_TRANS_MODE
« no previous file with comments | « src/include/trousers_types.h ('k') | src/tcs/Makefile.am » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698