mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
SecurityPkg: SecureBootConfigDxe: Update CloseEnrolledFile comment
Update function CloseEnrolledFile comment introduced in 4de754e15fec9c94ce7677904efd0022c211721b Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang <chao.b.zhang@intel.com> Reviewed-by: Bi Dandan <dandan.bi@intel.com>
This commit is contained in:
parent
7618784b85
commit
9d9b8b77bc
@ -98,15 +98,11 @@ SECUREBOOT_CONFIG_PRIVATE_DATA *gSecureBootPrivateData = NULL;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
This code cleans up enrolled file by closing file & free related resources attached to
|
This code cleans up enrolled file by closing file & free related resources attached to
|
||||||
enrolled file
|
enrolled file.
|
||||||
|
|
||||||
@param[in] FileSuffix The suffix of the input certificate file
|
@param[in] FileContext FileContext cached in SecureBootConfig driver
|
||||||
|
|
||||||
@retval TRUE It's a DER-encoded certificate.
|
|
||||||
@retval FALSE It's NOT a DER-encoded certificate.
|
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
CloseEnrolledFile(
|
CloseEnrolledFile(
|
||||||
IN SECUREBOOT_FILE_CONTEXT *FileContext
|
IN SECUREBOOT_FILE_CONTEXT *FileContext
|
||||||
|
Loading…
x
Reference in New Issue
Block a user