Skip to content

Commit 389d15f

Browse files
committed
Fix compile error
1 parent 6f37b17 commit 389d15f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10215,7 +10215,7 @@ static int test_wolfSSL_clear_secure_renegotiation(void)
1021510215
!defined(NO_WOLFSSL_CLIENT) && !defined(NO_TLS)
1021610216
WOLFSSL_CTX *ctx = wolfSSL_CTX_new(wolfSSLv23_client_method());
1021710217
WOLFSSL *ssl = wolfSSL_new(ctx);
10218-
int support;
10218+
long support;
1021910219

1022010220
ExpectNotNull(ctx);
1022110221
ExpectNotNull(ssl);

0 commit comments

Comments
 (0)