From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Thu, 04 Jul 2019 02:46:48 -0700 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C0533368E3; Thu, 4 Jul 2019 09:46:47 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-165.ams2.redhat.com [10.36.117.165]) by smtp.corp.redhat.com (Postfix) with ESMTP id 726985B2C8; Thu, 4 Jul 2019 09:46:46 +0000 (UTC) From: "Laszlo Ersek" To: edk2-devel-groups-io Cc: Imran Desai , Leif Lindholm , Liming Gao , Michael D Kinney Subject: [PATCH 5/5] Revert "MdePkg/Protocol/Hash: introduce GUID for SM3" Date: Thu, 4 Jul 2019 11:46:24 +0200 Message-Id: <20190704094624.21057-6-lersek@redhat.com> In-Reply-To: <20190704094624.21057-1-lersek@redhat.com> References: <20190704094624.21057-1-lersek@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Thu, 04 Jul 2019 09:46:47 +0000 (UTC) Content-Transfer-Encoding: quoted-printable This reverts commit 49c1e683c452f68c7315454280d81449f7d94d2b. The reason is that said commit had not been reviewed by MdePkg maintainers, before it was pushed. Cc: Imran Desai Cc: Leif Lindholm Cc: Liming Gao Cc: Michael D Kinney Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1781 Signed-off-by: Laszlo Ersek --- MdePkg/Include/Protocol/Hash.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/MdePkg/Include/Protocol/Hash.h b/MdePkg/Include/Protocol/Has= h.h index 8abf1a4fa305..931d7916ef1e 100644 --- a/MdePkg/Include/Protocol/Hash.h +++ b/MdePkg/Include/Protocol/Hash.h @@ -48,11 +48,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent 0xcaa4381e, 0x750c, 0x4770, {0xb8, 0x70, 0x7a, 0x23, 0xb4, 0xe4, 0x2= 1, 0x30 } \ } =20 -#define EFI_HASH_ALGORITHM_SM3_256_GUID \ - { \ - 0x251C7818, 0x0DBF, 0xE619, { 0x7F, 0xC2, 0xD6, 0xAC, 0x43, 0x42, 0x= 7D, 0xA3 } \ - } - #define EFI_HASH_ALGORTIHM_MD5_GUID \ { \ 0xaf7c79c, 0x65b5, 0x4319, {0xb0, 0xae, 0x44, 0xec, 0x48, 0x4e, 0x4a= , 0xd7 } \ --=20 2.19.1.3.g30247aa5d201