Revision: 16549
          http://sourceforge.net/p/edk2/code/16549
Author:   jyao1
Date:     2014-12-23 04:06:52 +0000 (Tue, 23 Dec 2014)
Log Message:
-----------
Correct AuthHandle definition for Tpm2SetPrimaryPolicy.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <[email protected]>
Reviewed-by: "Long, Qin" <[email protected]>

Modified Paths:
--------------
    trunk/edk2/SecurityPkg/Library/Tpm2CommandLib/Tpm2Hierarchy.c

Modified: trunk/edk2/SecurityPkg/Library/Tpm2CommandLib/Tpm2Hierarchy.c
===================================================================
--- trunk/edk2/SecurityPkg/Library/Tpm2CommandLib/Tpm2Hierarchy.c       
2014-12-23 04:03:32 UTC (rev 16548)
+++ trunk/edk2/SecurityPkg/Library/Tpm2CommandLib/Tpm2Hierarchy.c       
2014-12-23 04:06:52 UTC (rev 16549)
@@ -23,7 +23,7 @@
 
 typedef struct {
   TPM2_COMMAND_HEADER       Header;
-  TPMI_RH_HIERARCHY         AuthHandle;
+  TPMI_RH_HIERARCHY_AUTH    AuthHandle;
   UINT32                    AuthSessionSize;
   TPMS_AUTH_COMMAND         AuthSession;
   TPM2B_DIGEST              AuthPolicy;


------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to