fix return value type of fread

This commit is contained in:
Takashi Kojo 2017-04-05 07:54:46 +09:00 committed by Jacob Barthelmeh
parent d1c05c1883
commit 32ca91cd2f
1 changed files with 1 additions and 1 deletions

View File

@ -13944,7 +13944,7 @@ static void test_wolfSSL_PEM_PrivateKey(void)
#ifdef HAVE_ECC
{
unsigned char buf[2048];
int bytes;
size_t bytes;
XFILE f;
SSL_CTX* ctx;