Changed sz type from int to long

This commit is contained in:
Ethan Looney
2020-07-21 15:28:17 -07:00
parent b500a54fc5
commit 953e7cf181

View File

@@ -27190,7 +27190,7 @@ static int test_wc_ERR_print_errors_fp (void)
int ret = 0;
#if (defined(OPENSSL_EXTRA) || defined(DEBUG_WOLFSSL_VERBOSE)) && \
(!defined(NO_FILESYSTEM) && !defined(NO_STDIO_FILESYSTEM))
int sz;
long sz;
printf(testingFmt, "wc_ERR_print_errors_fp()");
WOLFSSL_ERROR(BAD_FUNC_ARG);
//XFILE fp = XFOPEN("./certs/ecc-keyPkcs8.pem", "rb");