Skip to content

Commit fe1272d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NetworkPkg/Library/DxeNetLib/DxeNetLib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED VLAN_DEVICE_PATH mNetVlanDevicePathTemplate = {
144144
// If your platform needs to use a specific algorithm for the random number
145145
// generator, then you should modify this array.
146146
//
147-
GLOBAL_REMOVE_IF_UNREFERENCED EFI_GUID *mSecureHashAlgorithms[] = {
147+
static GLOBAL_REMOVE_IF_UNREFERENCED EFI_GUID *mSecureHashAlgorithms[] = {
148148
&gEfiRngAlgorithmSp80090Ctr256Guid, // SP800-90A DRBG CTR using AES-256
149149
&gEfiRngAlgorithmSp80090Hmac256Guid, // SP800-90A DRBG HMAC using SHA-256
150150
&gEfiRngAlgorithmSp80090Hash256Guid, // SP800-90A DRBG Hash using SHA-256

0 commit comments

Comments
 (0)