summaryrefslogtreecommitdiff
path: root/CryptoPkg
diff options
context:
space:
mode:
authortye1 <tye1@6f19259b-4bc3-4df7-8a09-765794883524>2012-10-18 09:09:36 +0000
committertye1 <tye1@6f19259b-4bc3-4df7-8a09-765794883524>2012-10-18 09:09:36 +0000
commiteb58f5591247157a3f13a2982eed92aae99d7ca5 (patch)
tree02f5ccf1fea4319c52ba8dbea541330a795e4075 /CryptoPkg
parent980050bc0425caa89a0b1a386238f1e560ce64dd (diff)
downloadedk2-platforms-eb58f5591247157a3f13a2982eed92aae99d7ca5.tar.xz
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
Diffstat (limited to 'CryptoPkg')
-rw-r--r--CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c b/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c
index ac481f7e68..745cf8729f 100644
--- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c
+++ b/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c
@@ -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;