Initialized ekcertlen with 0

This commit is contained in:
Sansar Choinyambuu
2011-09-08 12:08:16 +02:00
committed by Andreas Steffen
parent 8ab124a2f7
commit 0f36d4815e
+1 -1
View File
@@ -297,7 +297,7 @@ static bool obtain_aik(private_pts_t *this)
UINT32 credBufSize; UINT32 credBufSize;
static int level = 0; static int level = 0;
BYTE *ekCert = NULL; BYTE *ekCert = NULL;
UINT32 ekCertLen; UINT32 ekCertLen = 0;
char url[128]; char url[128];
int result; int result;