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

View File

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