Skip to content

Commit

Permalink
Merge pull request #7680 from philljj/fix_infer_issues
Browse files Browse the repository at this point in the history
Fix Infer issues.
  • Loading branch information
JacobBarthelmeh authored Jun 25, 2024
2 parents 5793f62 + 394948c commit f466453
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -69353,6 +69353,7 @@ static int send_new_session_ticket(WOLFSSL *ssl, byte nonceLength, byte filler)
sz = BuildTls13Message(ssl, buf, 2048, buf+5, idx - 5,
handshake, 0, 0, 0);
test_ctx = (struct test_memio_ctx*)wolfSSL_GetIOWriteCtx(ssl);
AssertNotNull(test_ctx);
ret = test_memio_write_cb(ssl, (char*)buf, sz, test_ctx);
return !(ret == sz);
}
Expand Down Expand Up @@ -70904,7 +70905,7 @@ static int test_tls13_rpk_handshake(void)
char certType_s[MAX_CLIENT_CERT_TYPE_CNT];
int typeCnt_c;
int typeCnt_s;
int tp;
int tp = 0;
#if defined(WOLFSSL_ALWAYS_VERIFY_CB)
int isServer;
#endif
Expand Down

0 comments on commit f466453

Please sign in to comment.