We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7b47e commit 4ce4dd7Copy full SHA for 4ce4dd7
1 file changed
tests/api.c
@@ -8771,8 +8771,8 @@ static int test_wolfSSL_CTX_add_session_ext(
8771
/* connection 1 - first connection */
8772
fprintf(stderr, "\tconnect: %s: j=%d\n", param->tls_version, j);
8773
8774
- XMEMSET(&client_cb, 0, sizeof(callback_functions));
8775
- XMEMSET(&server_cb, 0, sizeof(callback_functions));
+ XMEMSET(&client_cb, 0, sizeof(client_cb));
+ XMEMSET(&server_cb, 0, sizeof(server_cb));
8776
client_cb.method = param->client_meth;
8777
server_cb.method = param->server_meth;
8778
0 commit comments