Fix no-ec
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5997)
This commit is contained in:
parent
c637891310
commit
6e07834ca0
1 changed files with 2 additions and 0 deletions
|
@ -4308,6 +4308,7 @@ static int test_info_callback(int tst)
|
|||
info_cb_this_state = -1;
|
||||
info_cb_offset = tst;
|
||||
|
||||
#ifndef OPENSSL_NO_TLS1_3
|
||||
if (tst >= 4) {
|
||||
SSL_SESSION *sess = NULL;
|
||||
size_t written, readbytes;
|
||||
|
@ -4342,6 +4343,7 @@ static int test_info_callback(int tst)
|
|||
testresult = 1;
|
||||
goto end;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (!TEST_true(create_ssl_ctx_pair(TLS_server_method(),
|
||||
TLS_client_method(),
|
||||
|
|
Loading…
Reference in a new issue