X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SecurityPkg%2FVariableAuthenticated%2FSecureBootConfigDxe%2FSecureBootConfigImpl.c;h=2eaf24633db15d880c95c23ae493b12ed551de49;hp=b124c213892a7d56e1ed6377ca58d2cffbc446fb;hb=9d9b8b77bc54718a4debfea3a7a3dd59bba16840;hpb=4de754e15fec9c94ce7677904efd0022c211721b diff --git a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c index b124c21389..2eaf24633d 100644 --- a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c +++ b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c @@ -98,15 +98,11 @@ SECUREBOOT_CONFIG_PRIVATE_DATA *gSecureBootPrivateData = NULL; /** 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 - - @retval TRUE It's a DER-encoded certificate. - @retval FALSE It's NOT a DER-encoded certificate. + @param[in] FileContext FileContext cached in SecureBootConfig driver **/ - VOID CloseEnrolledFile( IN SECUREBOOT_FILE_CONTEXT *FileContext