diff --git a/tests/api.c b/tests/api.c index 5618982669..35ddd98371 100644 --- a/tests/api.c +++ b/tests/api.c @@ -10215,7 +10215,7 @@ static int test_wolfSSL_clear_secure_renegotiation(void) !defined(NO_WOLFSSL_CLIENT) && !defined(NO_TLS) WOLFSSL_CTX *ctx = wolfSSL_CTX_new(wolfSSLv23_client_method()); WOLFSSL *ssl = wolfSSL_new(ctx); - int support; + long support; ExpectNotNull(ctx); ExpectNotNull(ssl);