mirror of https://github.com/acidanthera/audk.git
MdePkg/DxeRngLib: Add missing GUID declaration in inf
Add missing GUID declaration in DxeRngLib.inf.
Fixes: bd1f0eecc1
("MdePkg/DxeRngLib: Request raw algorithm
instead of default")
Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Tested-by: Leif Lindholm <quic_llindhol@quicinc.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
parent
1497c4b074
commit
d073a54511
|
@ -36,3 +36,4 @@
|
|||
gEfiRngAlgorithmSp80090Ctr256Guid
|
||||
gEfiRngAlgorithmSp80090Hash256Guid
|
||||
gEfiRngAlgorithmSp80090Hmac256Guid
|
||||
gEfiRngAlgorithmRaw
|
||||
|
|
Loading…
Reference in New Issue