Revision: 16712
          http://sourceforge.net/p/edk2/code/16712
Author:   vanjeff
Date:     2015-02-03 08:36:32 +0000 (Tue, 03 Feb 2015)
Log Message:
-----------
Correct AuthHandle definition for Tpm2SetPrimaryPolicy.

(Sync patch r16549 from main trunk.)

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <jiewen....@intel.com>
Reviewed-by: "Long, Qin" <qin.l...@intel.com>

Revision Links:
--------------
    http://sourceforge.net/p/edk2/code/16549

Modified Paths:
--------------
    branches/UDK2014.SP1/SecurityPkg/Library/Tpm2CommandLib/Tpm2Hierarchy.c

Modified: 
branches/UDK2014.SP1/SecurityPkg/Library/Tpm2CommandLib/Tpm2Hierarchy.c
===================================================================
--- branches/UDK2014.SP1/SecurityPkg/Library/Tpm2CommandLib/Tpm2Hierarchy.c     
2015-02-03 08:35:42 UTC (rev 16711)
+++ branches/UDK2014.SP1/SecurityPkg/Library/Tpm2CommandLib/Tpm2Hierarchy.c     
2015-02-03 08:36:32 UTC (rev 16712)
@@ -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
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to