Skip to content

Commit 1c01862

Browse files
committed
Rephrased the note on Bazel use
1 parent d4a519b commit 1c01862

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,12 @@ might change as we improve and update the setup.
175175

176176
Most importantly, the project includes settings that were added for compatibility with older
177177
versions 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

185185
It is still possible to build the library with OpenSSL by using the `tls=openssl` option. TLS
186186
support can be completely omitted with the `tls=no` option.

0 commit comments

Comments
 (0)