提交 6e07834c 编写于 作者: M Matt Caswell
上级 c6378913
...@@ -4308,6 +4308,7 @@ static int test_info_callback(int tst) ...@@ -4308,6 +4308,7 @@ static int test_info_callback(int tst)
info_cb_this_state = -1; info_cb_this_state = -1;
info_cb_offset = tst; info_cb_offset = tst;
#ifndef OPENSSL_NO_TLS1_3
if (tst >= 4) { if (tst >= 4) {
SSL_SESSION *sess = NULL; SSL_SESSION *sess = NULL;
size_t written, readbytes; size_t written, readbytes;
...@@ -4342,6 +4343,7 @@ static int test_info_callback(int tst) ...@@ -4342,6 +4343,7 @@ static int test_info_callback(int tst)
testresult = 1; testresult = 1;
goto end; goto end;
} }
#endif
if (!TEST_true(create_ssl_ctx_pair(TLS_server_method(), if (!TEST_true(create_ssl_ctx_pair(TLS_server_method(),
TLS_client_method(), TLS_client_method(),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册