mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 04:04:39 +02:00
Merge branch 'master' of github.com:cyassl/cyassl
This commit is contained in:
2
src/io.c
2
src/io.c
@@ -758,7 +758,7 @@ int EmbedOcspLookup(void* ctx, const char* url, int urlSz,
|
|||||||
{
|
{
|
||||||
char domainName[80], path[80];
|
char domainName[80], path[80];
|
||||||
int httpBufSz;
|
int httpBufSz;
|
||||||
SOCKET_T sfd;
|
SOCKET_T sfd = 0;
|
||||||
word16 port;
|
word16 port;
|
||||||
int ocspRespSz = 0;
|
int ocspRespSz = 0;
|
||||||
byte* httpBuf = NULL;
|
byte* httpBuf = NULL;
|
||||||
|
Reference in New Issue
Block a user