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:
tye1 2012-10-18 09:09:36 +00:00
parent 980050bc04
commit eb58f55912
1 changed files with 2 additions and 2 deletions

View File

@ -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;