fix gcc warning with enable-ocsp

This commit is contained in:
Chris Conlon 2013-11-04 15:36:08 -07:00
parent 9d5d1cbbc9
commit fb8c3e0c75

View File

@ -758,7 +758,7 @@ int EmbedOcspLookup(void* ctx, const char* url, int urlSz,
{
char domainName[80], path[80];
int httpBufSz;
SOCKET_T sfd;
SOCKET_T sfd = 0;
word16 port;
int ocspRespSz = 0;
byte* httpBuf = NULL;