mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
MdePkg/DxeRngLib: make mSecureHashAlgorithms static
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
d1c8a88e3b
commit
cd681f5f6a
@ -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…
x
Reference in New Issue
Block a user