forked from wolfSSL/wolfssl
fixed build warning with Fortress build
This commit is contained in:
@@ -6254,7 +6254,7 @@ int CyaSSL_set_compression(CYASSL* ssl)
|
|||||||
if (ssl != NULL && fname != NULL)
|
if (ssl != NULL && fname != NULL)
|
||||||
{
|
{
|
||||||
XFILE file = XBADFILE;
|
XFILE file = XBADFILE;
|
||||||
int sz = 0;
|
long sz = 0;
|
||||||
byte staticBuffer[FILE_BUFFER_SIZE];
|
byte staticBuffer[FILE_BUFFER_SIZE];
|
||||||
byte* myBuffer = staticBuffer;
|
byte* myBuffer = staticBuffer;
|
||||||
CYASSL_CTX* ctx = ssl->ctx;
|
CYASSL_CTX* ctx = ssl->ctx;
|
||||||
|
Reference in New Issue
Block a user