mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 12:44:45 +02:00
fix return value type of fread
This commit is contained in:
committed by
Jacob Barthelmeh
parent
d1c05c1883
commit
32ca91cd2f
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user