tree: 6a930c6673e7435b389f2ed488f1f19241263758 [path history] [tgz]
  1. 0001-Apply-Android-changes.patch
  2. 0002-Make-openssl-buildable.patch
  3. 0003-Add-HmacCtx-wrapper-for-BoringSSL.patch
  4. README.md
nearby/scripts/openssl-patches/README.md

This directory contains patch files for rust-openssl for it to build successfully with --features=unstable_boringssl.

After running prepare-boringssl.sh, the rust-openssl git repo is cloned to beto-rust/boringssl-build/rust-openssl/openssl, and the patches in this directory will be applied.

If you make further changes, or update the “base commit” in prepare-boringssl.sh, you can regenerate the patch files by checking out to the desired state of the tree, with all changes committed, and run git format-patch BASE_COMMIT. (Note: BASE_COMMIT is set by prepare-boringssl.sh)