From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 5B9F7AC1209 for ; Fri, 29 Sep 2023 12:30:21 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=AeR5kSSbJoupSU/aMoTpDjH0OqxfZ7gMmJj0Wi3f73w=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1695990620; v=1; b=auhKS4uxNOoUVLhH7mZVVyUKDB+3s8Od7iShyDT7KNCypO8di0zVTzSqwuaJDXyJX7AKhcOt Dh4FeIEFiYX9p1Uub5so4miA0vB9CDJTf26eN6aTajDmbotMUKVQSYlQbmVoERBn51gn/nOgewS eD1wXpGmrHHo5SHnatiQjKzo= X-Received: by 127.0.0.2 with SMTP id lPb7YY7687511xvkTS4xYMVm; Fri, 29 Sep 2023 05:30:20 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.15929.1695990618862012407 for ; Fri, 29 Sep 2023 05:30:19 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B0B281FB; Fri, 29 Sep 2023 05:30:56 -0700 (PDT) X-Received: from e126645.arm.com (unknown [10.57.94.102]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 699F83F59C; Fri, 29 Sep 2023 05:30:17 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Sami Mujawar Subject: [edk2-devel] [PATCH 1/1] MdePkg/DxeRngLib: Add missing GUID declaration in inf Date: Fri, 29 Sep 2023 14:29:44 +0200 Message-Id: <20230929122944.1067573-1-pierre.gondois@arm.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: xrmVvy7XL34xUG4xOuYJNj7rx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=auhKS4ux; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=arm.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io From: Pierre Gondois Add missing GUID declaration in DxeRngLib.inf. Fixes: bd1f0eecc1df ("MdePkg/DxeRngLib: Request raw algorithm instead of default") Signed-off-by: Pierre Gondois --- MdePkg/Library/DxeRngLib/DxeRngLib.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/MdePkg/Library/DxeRngLib/DxeRngLib.inf b/MdePkg/Library/DxeR= ngLib/DxeRngLib.inf index 9c11959f8aeb..281fec46502f 100644 --- a/MdePkg/Library/DxeRngLib/DxeRngLib.inf +++ b/MdePkg/Library/DxeRngLib/DxeRngLib.inf @@ -36,3 +36,4 @@ [Guids] gEfiRngAlgorithmSp80090Ctr256Guid gEfiRngAlgorithmSp80090Hash256Guid gEfiRngAlgorithmSp80090Hmac256Guid + gEfiRngAlgorithmRaw --=20 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109196): https://edk2.groups.io/g/devel/message/109196 Mute This Topic: https://groups.io/mt/101656295/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-