Commit 6e07834c authored by Matt Caswell's avatar Matt Caswell
Browse files
parent c6378913
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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(),