27 bool openssl_name =
false;
28 if (
args.size() == 2 &&
args[0] ==
"-openssl-name") {
30 }
else if (
args.size() != 1) {
32 "Usage: bssl ciphers [-openssl-name] <cipher suite string>\n");
40 fprintf(
stderr,
"Failed to parse cipher suite config.\n");
47 bool last_in_group =
false;
52 if (in_group && !last_in_group) {
54 }
else if (last_in_group) {
61 if (!in_group && last_in_group) {
64 last_in_group = in_group;