X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=test%2Fsslapitest.c;h=69520d74049c9239fca37774e180b16a91e2edbb;hb=80c455d5ae405e855391e298a2bf8a24629dd95d;hp=1868eb31f9f29d5ccb3b604bcd9164bfc911af8a;hpb=5cae2d349b561a84dbfc93d6b6abc5fb7263fb7c;p=openssl.git diff --git a/test/sslapitest.c b/test/sslapitest.c index 1868eb31f9..69520d7404 100644 --- a/test/sslapitest.c +++ b/test/sslapitest.c @@ -5593,7 +5593,7 @@ static int test_shutdown(int tst) if (tst == 3) { if (!TEST_true(create_bare_ssl_connection(serverssl, clientssl, - SSL_ERROR_NONE)) + SSL_ERROR_NONE, 1)) || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) || !TEST_false(SSL_SESSION_is_resumable(sess))) goto end;