Source release 14.0.0
This commit is contained in:
19
third_party/boringssl/README.md
vendored
Normal file
19
third_party/boringssl/README.md
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# BoringSSL
|
||||
|
||||
This directory contains the copy of BoringSSL used by the Widevine CDM. On most
|
||||
platforms, the Widevine CDM statically links against this copy of BoringSSL. To
|
||||
update this directory to the latest version of BoringSSL, run
|
||||
`UPDATE_BORINGSSL.sh`, which updates BoringSSL to the latest public release.
|
||||
Note that this will replace the entire contents of the `kit/` subdirectory.
|
||||
|
||||
The `kit/` subdirectory contains the BoringSSL source code and several
|
||||
autogenerated files derived from it. The files in this directory are maintained
|
||||
by tools and should not be edited by hand.
|
||||
|
||||
The `legacy_kit/` subdirectory contains the same thing as the `kit/`
|
||||
subdirectory, except that BoringSSL has been pinned to the last BoringSSL
|
||||
revision not to require any C++11. This directory is used to provide `libssl` to
|
||||
the unit tests without requiring C++11.
|
||||
|
||||
This top-level directory contains files written by hand that are not replaced
|
||||
when the UPDATE_BORINGSSL.sh script is run.
|
||||
Reference in New Issue
Block a user