Remove dead code.
That block is slightly unreachable. Change-Id: I1b4b2d8b1cd4bb7137ce0aac4b65079545cd9264 Reviewed-on: https://boringssl-review.googlesource.com/4286 Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
parent
6b38086341
commit
5c366d62e8
@ -677,12 +677,6 @@ static int ssl_cipher_process_rulestr(const SSL_PROTOCOL_METHOD *ssl_method,
|
||||
|
||||
if (in_group) {
|
||||
if (ch == ']') {
|
||||
if (!in_group) {
|
||||
OPENSSL_PUT_ERROR(SSL, ssl_cipher_process_rulestr,
|
||||
SSL_R_UNEXPECTED_GROUP_CLOSE);
|
||||
retval = in_group = 0;
|
||||
break;
|
||||
}
|
||||
if (*tail_p) {
|
||||
(*tail_p)->in_group = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user