Split configuration of TLSv1.3 ciphers from older ciphers
[openssl.git] / test / clienthellotest.c
index 5cff519eadb141f2488d7e8d8398c6c216def038..45595d393ae8b005ff7053d2b2c9daecac46043f 100644 (file)
@@ -97,8 +97,7 @@ static int test_client_hello(int currtest)
          * ClientHello is already going to be quite long. To avoid getting one
          * that is too long for this test we use a restricted ciphersuite list
          */
-        if (!TEST_true(SSL_CTX_set_cipher_list(ctx,
-                                               "TLS13-AES-128-GCM-SHA256")))
+        if (!TEST_true(SSL_CTX_set_cipher_list(ctx, "")))
             goto end;
          /* Fall through */
     case TEST_ADD_PADDING: