mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
MdePkg/DxeRngLib: make mSecureHashAlgorithms static
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
d1c8a88e3b
commit
cd681f5f6a
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ typedef struct {
|
|||
// These represent UEFI SPEC defined algorithms that should be supported by
|
||||
// the RNG protocol and are generally considered secure.
|
||||
//
|
||||
GLOBAL_REMOVE_IF_UNREFERENCED SECURE_RNG_ALGO_ARRAY mSecureHashAlgorithms[] = {
|
||||
static GLOBAL_REMOVE_IF_UNREFERENCED SECURE_RNG_ALGO_ARRAY mSecureHashAlgorithms[] = {
|
||||
#ifdef MDE_CPU_AARCH64
|
||||
{
|
||||
&gEfiRngAlgorithmArmRndr, // unspecified SP800-90A DRBG (through RNDR instr.)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue