mirror of https://github.com/acidanthera/audk.git
Fix coding style issue in CryptoPkg.
Signed-off-by: Ye Ting <ting.ye@intel.com> Reviewed-by: Dong Eric <yong.dong@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13864 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
980050bc04
commit
eb58f55912
|
@ -242,8 +242,8 @@ X509PopCertificate (
|
|||
X509 *X509Cert;
|
||||
STACK_OF(X509) *CertStack;
|
||||
BOOLEAN Status;
|
||||
int Result;
|
||||
int Length;
|
||||
INT32 Result;
|
||||
INT32 Length;
|
||||
VOID *Buffer;
|
||||
|
||||
Status = FALSE;
|
||||
|
|
Loading…
Reference in New Issue