mirror of https://github.com/acidanthera/audk.git
Revert "SecurityPkg/HashLibBaseCryptoRouter: recognize the SM3 digest algorithm"
This reverts commit542d04e2a4
. The reason is that said commit indirectly depends on commit49c1e683c4
("MdePkg/Protocol/Hash: introduce GUID for SM3", 2019-07-03), and the latter commit is going to be reverted, due to its review process not having followed established edk2 norms. Cc: Chao Zhang <chao.b.zhang@intel.com> Cc: Imran Desai <imran.desai@intel.com> Cc: Jian Wang <jian.j.wang@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Leif Lindholm <leif.lindholm@linaro.org> Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1781 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
This commit is contained in:
parent
0d823bfd8d
commit
29a1a6eff7
|
@ -25,7 +25,6 @@ TPM2_HASH_MASK mTpm2HashMask[] = {
|
|||
{HASH_ALGORITHM_SHA256_GUID, HASH_ALG_SHA256},
|
||||
{HASH_ALGORITHM_SHA384_GUID, HASH_ALG_SHA384},
|
||||
{HASH_ALGORITHM_SHA512_GUID, HASH_ALG_SHA512},
|
||||
{HASH_ALGORITHM_SM3_256_GUID, HASH_ALG_SM3_256},
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue