diff options
Diffstat (limited to '')
-rw-r--r-- | test/tls13ccstest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tls13ccstest.c b/test/tls13ccstest.c index 2820a0e8fa..2e1d76b395 100644 --- a/test/tls13ccstest.c +++ b/test/tls13ccstest.c @@ -254,8 +254,8 @@ static int test_tls13ccs(int tst) sappdataseen = cappdataseen = badccs = badvers = badsessid = 0; chsessidlen = 0; - if (!TEST_true(create_ssl_ctx_pair(TLS_server_method(), TLS_client_method(), - TLS1_VERSION, 0, + if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), + TLS_client_method(), TLS1_VERSION, 0, &sctx, &cctx, cert, privkey)) || !TEST_true(SSL_CTX_set_max_early_data(sctx, SSL3_RT_MAX_PLAIN_LENGTH))) |