Make sure we trigger retransmits in DTLS testing
[openssl.git] / test / sslapitest.c
index 1868eb31f9f29d5ccb3b604bcd9164bfc911af8a..69520d74049c9239fca37774e180b16a91e2edbb 100644 (file)
@@ -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;