Fix compile error

This commit is contained in:
Mattia Moffa
2026-04-21 03:30:39 +02:00
parent 6f37b17757
commit 389d15fa45
+1 -1
View File
@@ -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);