linux build warnings fix

This commit is contained in:
John Safranek 2012-11-01 15:27:05 -07:00
parent 134c6b8b1b
commit 90e6a4dd8c
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ int CyaSSL_OCSP_Lookup_Cert(CYASSL_OCSP* ocsp, DecodedCert* cert)
byte ocspReqBuf[SCRATCH_BUFFER_SIZE];
int ocspReqSz = SCRATCH_BUFFER_SIZE;
byte* ocspRespBuf = NULL;
int ocspRespSz;
int ocspRespSz = 0;
OcspRequest ocspRequest;
OcspResponse ocspResponse;
int result = 0;