Skip to content

Commit cd681f5

Browse files
kraxelmergify[bot]
authored andcommitted
MdePkg/DxeRngLib: make mSecureHashAlgorithms static
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
1 parent d1c8a88 commit cd681f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MdePkg/Library/DxeRngLib/DxeRngLib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ typedef struct {
3232
// These represent UEFI SPEC defined algorithms that should be supported by
3333
// the RNG protocol and are generally considered secure.
3434
//
35-
GLOBAL_REMOVE_IF_UNREFERENCED SECURE_RNG_ALGO_ARRAY mSecureHashAlgorithms[] = {
35+
static GLOBAL_REMOVE_IF_UNREFERENCED SECURE_RNG_ALGO_ARRAY mSecureHashAlgorithms[] = {
3636
#ifdef MDE_CPU_AARCH64
3737
{
3838
&gEfiRngAlgorithmArmRndr, // unspecified SP800-90A DRBG (through RNDR instr.)

0 commit comments

Comments
 (0)