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:
David Benjamin 2015-04-08 02:28:09 -04:00 committed by Adam Langley
parent 6b38086341
commit 5c366d62e8

View File

@ -677,12 +677,6 @@ static int ssl_cipher_process_rulestr(const SSL_PROTOCOL_METHOD *ssl_method,
if (in_group) { if (in_group) {
if (ch == ']') { 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) { if (*tail_p) {
(*tail_p)->in_group = 0; (*tail_p)->in_group = 0;
} }