fixed build warning with Fortress build

pull/1/head
John Safranek 2012-11-01 15:59:13 -07:00
parent 9aa8b71525
commit 5e48dcbeeb
1 changed files with 1 additions and 1 deletions

View File

@ -6254,7 +6254,7 @@ int CyaSSL_set_compression(CYASSL* ssl)
if (ssl != NULL && fname != NULL)
{
XFILE file = XBADFILE;
int sz = 0;
long sz = 0;
byte staticBuffer[FILE_BUFFER_SIZE];
byte* myBuffer = staticBuffer;
CYASSL_CTX* ctx = ssl->ctx;