From 953e7cf18197a4d836aa4d89861f556c82dfe697 Mon Sep 17 00:00:00 2001 From: Ethan Looney Date: Tue, 21 Jul 2020 15:28:17 -0700 Subject: [PATCH] Changed sz type from int to long --- tests/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api.c b/tests/api.c index e85dad135..23778d897 100644 --- a/tests/api.c +++ b/tests/api.c @@ -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");