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

Unified Diff: src/tspi/tspi_nv.c

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/tspi/tspi_aik.c ('k') | src/tspi/tspi_ps.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tspi/tspi_nv.c
diff --git a/src/tspi/tspi_nv.c b/src/tspi/tspi_nv.c
index b4d3ad4125dce204846a70041ee58a6ec728a0b6..4789cb2679ac2f2d6517f74167681ee5d709c233 100644
--- a/src/tspi/tspi_nv.c
+++ b/src/tspi/tspi_nv.c
@@ -217,7 +217,7 @@ Tspi_NV_ReleaseSpace(TSS_HNVSTORE hNvstore) /* in */
nv_data_public.tag = TPM_TAG_NV_DATA_PUBLIC;
- if ((result = obj_nvstore_create_pcrshortinfo(hNvstore, (TSS_HPCRS)0, &pPCR_len, &pPCR)))
+ if ((result = obj_nvstore_create_pcrshortinfo(hNvstore, NULL_HPCRS, &pPCR_len, &pPCR)))
return result;
NVPublic_DataSize = 0;
« no previous file with comments | « src/tspi/tspi_aik.c ('k') | src/tspi/tspi_ps.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698