commit | 0a02b73e8c3116ca8ee07c5ccc8c7a656099de01 | [log] [tgz] |
---|---|---|
author | David Benjamin <[email protected]> | Fri Jun 28 18:15:02 2024 |
committer | Chromium LUCI CQ <[email protected]> | Fri Jun 28 18:15:02 2024 |
tree | 7d381775c8ecc8e2e949e7203aff68cb124868e4 | |
parent | 7f9c694eb66532440a4202295a795efcb5423785 [diff] |
Remove now unnecessary EnsureOpenSSLInit and CRYPTO_library_init calls BoringSSL now initializes itself internally, so there is no need to initialize it before calling into it. (In fact, CRYPTO_library_init is now a no-op.) Fixed: 348923058 Change-Id: I09a69c3d1f76f9ac3eb7c93bae225f188a008205 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5650103 Reviewed-by: Brando Socarras <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Mark Rowe <[email protected]> Reviewed-by: Colin Blundell <[email protected]> Commit-Queue: David Benjamin <[email protected]> Reviewed-by: Maks Orlovich <[email protected]> Reviewed-by: Jon Mann <[email protected]> Cr-Commit-Position: refs/heads/main@{#1321077}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.