mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-05 13:44:41 +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
|
#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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user