Latest update
This commit is contained in:
@@ -99,8 +99,9 @@ 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, "")))
|
||||
if (!TEST_false(SSL_CTX_set_cipher_list(ctx, "")))
|
||||
goto end;
|
||||
ERR_clear_error();
|
||||
/* Fall through */
|
||||
case TEST_ADD_PADDING:
|
||||
case TEST_PADDING_NOT_NEEDED:
|
||||
|
||||
Reference in New Issue
Block a user