diff options
author | Pierre Gondois <pierre.gondois@arm.com> | 2024-08-29 16:31:45 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-09-13 14:34:21 +0000 |
commit | bc02b255a83dbad98aa63a86b2cee82f1205e2e0 (patch) | |
tree | 81ee3390dedbb196e3b170f3c90d528098161b80 /NetworkPkg/Library/DxeNetLib/DxeNetLib.inf | |
parent | 5c8bdb190f6dd79f38ef6191754c9a26892f8d26 (diff) | |
download | edk2-bc02b255a83dbad98aa63a86b2cee82f1205e2e0.tar.gz edk2-bc02b255a83dbad98aa63a86b2cee82f1205e2e0.tar.bz2 edk2-bc02b255a83dbad98aa63a86b2cee82f1205e2e0.zip |
MdePkg: Move PcdEnforceSecureRngAlgorithms from NetworkPkg
The PcdEnforceSecureRngAlgorithms Pcd enforces the use of RNG
algorithms defined by the UEFI spec. To re-use the Pcd in other
packages and have a generic mean to control the usage of unsecure
algorithms, move the Pcd to the MdePkg.
Continuous-integration-options: PatchCheck.ignore-multi-package
Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
Diffstat (limited to 'NetworkPkg/Library/DxeNetLib/DxeNetLib.inf')
-rw-r--r-- | NetworkPkg/Library/DxeNetLib/DxeNetLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkPkg/Library/DxeNetLib/DxeNetLib.inf b/NetworkPkg/Library/DxeNetLib/DxeNetLib.inf index a8f534a293..54dcb97e57 100644 --- a/NetworkPkg/Library/DxeNetLib/DxeNetLib.inf +++ b/NetworkPkg/Library/DxeNetLib/DxeNetLib.inf @@ -67,7 +67,7 @@ gEfiRngProtocolGuid ## CONSUMES
[FixedPcd]
- gEfiNetworkPkgTokenSpaceGuid.PcdEnforceSecureRngAlgorithms ## CONSUMES
+ gEfiMdePkgTokenSpaceGuid.PcdEnforceSecureRngAlgorithms ## CONSUMES
[Depex]
gEfiRngProtocolGuid
|