tree: f9b303e143ff069977e8b3286f6d836978e9da78 [path history] [tgz]
  1. src/
  2. BUILD
  3. err_data.c
  4. README.md
third_party/boringssl/README.md

Update instructions:

  1. git clone https://boringssl.googlesource.com/boringssl
  2. git checkout <commithash> (currently 82aa28fa)
  3. Build BoringSSL according to its instructions
  4. mkdir -p third_party/boringssl/src
  5. cp -R <BoringSSL source tree>/* third_party/boringssl/src
  6. cp <BoringSSL source tree>/build/crypto/err/err_data.c third_party/boringssl
  7. Done.