Skip to content

Commit d26b281

Browse files
committed
test_wolfSSL_tls_export_run: silence unused cmpSess warning
1 parent 5934c1e commit d26b281

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/api.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11341,6 +11341,8 @@ static int test_wolfSSL_tls_export_run(method_provider server_method,
1134111341
fdOpenSession(Task_self());
1134211342
#endif
1134311343

11344+
(void)cmpSess;
11345+
1134411346
InitTcpReady(&ready);
1134511347

1134611348
#if defined(USE_WINDOWS_API)

0 commit comments

Comments
 (0)