Merge branch 'master' of github.com:cyassl/cyassl

This commit is contained in:
John Safranek
2013-11-06 15:54:01 -08:00

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;