mirror of https://github.com/acidanthera/audk.git
Remove duplicate definition of TPM_CHOSENID_HASH.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5055 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5f7d6886ad
commit
3e71187c5c
|
@ -1007,9 +1007,6 @@ typedef struct tdTPM_EK_BLOB_AUTH
|
||||||
} TPM_EK_BLOB_AUTH;
|
} TPM_EK_BLOB_AUTH;
|
||||||
|
|
||||||
|
|
||||||
// TPM_CHOSENID_HASH = SHA(identityLabel || privacyCA)
|
|
||||||
typedef TPM_DIGEST TPM_CHOSENID_HASH;
|
|
||||||
|
|
||||||
typedef struct tdTPM_IDENTITY_CONTENTS
|
typedef struct tdTPM_IDENTITY_CONTENTS
|
||||||
{
|
{
|
||||||
TPM_STRUCT_VER ver;
|
TPM_STRUCT_VER ver;
|
||||||
|
|
Loading…
Reference in New Issue