X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FLibrary%2FLzmaCustomDecompressLib%2FGuidedSectionExtraction.c;fp=MdeModulePkg%2FLibrary%2FLzmaCustomDecompressLib%2FGuidedSectionExtraction.c;h=4d89836d0c387c442ac3022d6af9297044cdb46b;hb=e3917e22e769898bb0d08d0112e768437f1ff9fb;hp=8926204d0c2f88af98d3613377f23d7f257d9543;hpb=9c721071d30e69fd47f583cde370c3954cba974d;p=mirror_edk2.git diff --git a/MdeModulePkg/Library/LzmaCustomDecompressLib/GuidedSectionExtraction.c b/MdeModulePkg/Library/LzmaCustomDecompressLib/GuidedSectionExtraction.c index 8926204d0c..4d89836d0c 100644 --- a/MdeModulePkg/Library/LzmaCustomDecompressLib/GuidedSectionExtraction.c +++ b/MdeModulePkg/Library/LzmaCustomDecompressLib/GuidedSectionExtraction.c @@ -128,7 +128,7 @@ EFIAPI LzmaGuidedSectionExtraction ( IN CONST VOID *InputSection, OUT VOID **OutputBuffer, - OUT VOID *ScratchBuffer, OPTIONAL + OUT VOID *ScratchBuffer OPTIONAL, OUT UINT32 *AuthenticationStatus ) { @@ -193,4 +193,3 @@ LzmaDecompressLibConstructor ( LzmaGuidedSectionExtraction ); } -