File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,12 +175,12 @@ might change as we improve and update the setup.
175175
176176Most importantly, the project includes settings that were added for compatibility with older
177177versions of the library and its API, and to preserve old behavior. These settings will not be part
178- of the Bazel configuration. This means that even when updating to a minor version of the library,
179- your build might break.
178+ of the Bazel configuration. This means that even when only the minor version changes your build
179+ still might break.
180180
181- By default, the library is built with BoringSSL and not OpenSSL because it builds reliably across
182- platforms on BCR today and matches what many Bazel workspaces, such as gRPC and Envoy, already link
183- against.
181+ Additionally, by default, the library is built with BoringSSL and not OpenSSL because it builds
182+ reliably across platforms on BCR today and matches what many Bazel workspaces, such as gRPC and
183+ Envoy, already link against.
184184
185185It is still possible to build the library with OpenSSL by using the ` tls=openssl ` option. TLS
186186support can be completely omitted with the ` tls=no ` option.
You can’t perform that action at this time.
0 commit comments