diff options
author | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-02-11 19:52:22 +0000 |
---|---|---|
committer | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-02-11 19:52:22 +0000 |
commit | 65a8ca8c1767e4b6d9106c3ef2809a2ef4a9567a (patch) | |
tree | 766aceef94837a641ed1adaaecedfad2e56e4d19 /MdePkg/Include/IndustryStandard/Tpm12.h | |
parent | 0df40b2b8303f840ad97132f3b640e935f22eefc (diff) | |
download | edk2-platforms-65a8ca8c1767e4b6d9106c3ef2809a2ef4a9567a.tar.xz |
MdePkg/Include/IndustryStandard/Tpm12.h:
Removed duplicate definition (TPM_CHOSENID_HASH)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4681 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/IndustryStandard/Tpm12.h')
-rw-r--r-- | MdePkg/Include/IndustryStandard/Tpm12.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MdePkg/Include/IndustryStandard/Tpm12.h b/MdePkg/Include/IndustryStandard/Tpm12.h index 5ba4bb44d8..1d489815ca 100644 --- a/MdePkg/Include/IndustryStandard/Tpm12.h +++ b/MdePkg/Include/IndustryStandard/Tpm12.h @@ -1012,9 +1012,6 @@ typedef struct tdTPM_EK_BLOB_AUTH } TPM_EK_BLOB_AUTH;
-// TPM_CHOSENID_HASH = SHA(identityLabel || privacyCA)
-typedef TPM_DIGEST TPM_CHOSENID_HASH;
-
typedef struct tdTPM_IDENTITY_CONTENTS
{
TPM_STRUCT_VER ver;
|