921aba3c09
Code like this: if (// Check if the cipher is supported for the current version. SSL_CIPHER_get_min_version(c) <= ssl3_protocol_version(ssl) && ssl3_protocol_version(ssl) <= SSL_CIPHER_get_max_version(c) && // Check the cipher is supported for the server configuration. (c->algorithm_mkey & mask_k) && (c->algorithm_auth & mask_a) && // Check the cipher is in the |allow| list. sk_SSL_CIPHER_find(allow, &cipher_index, c)) { should not get an extra space. Change-Id: I772cbcfabf2481dc8e3a8b257d85573b0b5ac1b7 Reviewed-on: https://boringssl-review.googlesource.com/18745 Reviewed-by: David Benjamin <davidben@google.com> |
||
---|---|---|
.. | ||
bot | ||
fipstools | ||
32-bit-toolchain.cmake | ||
all_tests.go | ||
all_tests.json | ||
BUILD.toplevel | ||
check_imported_libraries.go | ||
convert_comments.go | ||
diff_asm.go | ||
doc.config | ||
doc.css | ||
doc.go | ||
embed_test_data.go | ||
generate_build_files.py | ||
generate-asm-lcov.py | ||
generate-coverage.sh | ||
make_errors.go | ||
run_android_tests.go |