mirror of https://github.com/acidanthera/audk.git
SecurityPkg: SecureBootConfigDxe: Update CloseEnrolledFile comment
Update function CloseEnrolledFile comment introduced in
4de754e15f
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…
Reference in New Issue