Skip to content

Commit

Permalink
Advisory Fix Test! This is a test change
Browse files Browse the repository at this point in the history
This only changes the paragraph to remove the additional spaces.
  • Loading branch information
Flickdm authored and spbrogan committed Aug 30, 2024
1 parent 0af61af commit 47b7540
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions FmpDevicePkg/FmpDxe/FmpDxe.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ extern CHAR16 *mImageIdName;

/**
Check to see if any of the keys in PcdFmpDevicePkcs7CertBufferXdr matches
the test key. PcdFmpDeviceTestKeySha256Digest contains the SHA256 hash of
the test key. For each key in PcdFmpDevicePkcs7CertBufferXdr, compute the
SHA256 hash and compare it to PcdFmpDeviceTestKeySha256Digest. If the
the test key. PcdFmpDeviceTestKeySha256Digest contains the SHA256 hash of
the test key. For each key in PcdFmpDevicePkcs7CertBufferXdr, compute the
SHA256 hash and compare it to PcdFmpDeviceTestKeySha256Digest. If the
SHA256 hash matches or there is then error computing the SHA256 hash, then
set PcdTestKeyUsed to TRUE. Skip this check if PcdTestKeyUsed is already
set PcdTestKeyUsed to TRUE. Skip this check if PcdTestKeyUsed is already
TRUE or PcdFmpDeviceTestKeySha256Digest is not exactly SHA256_DIGEST_SIZE
bytes.
**/
Expand Down

0 comments on commit 47b7540

Please sign in to comment.