aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--third_party/boringssl/README.md24
1 files changed, 9 insertions, 15 deletions
diff --git a/third_party/boringssl/README.md b/third_party/boringssl/README.md
index 93f362c94a..65ea89c595 100644
--- a/third_party/boringssl/README.md
+++ b/third_party/boringssl/README.md
@@ -1,15 +1,9 @@
-BoringSSL.
-
-This is a clone of the repository `https://github.google.com/mdsteele/boringssl-bazel`
-at `436432d8` which itself pulls in `https://boringssl.googlesource.com/boringssl`
-at `82aa28fa` .
-
-The `BUILD` file is replaced with one containing globs that is more readable.
-
-To update:
-
-1. Save the files `README.md` and `BUILD` from `third_party/boringssl`
-2. `git clone --recurse-submodules https://github.com/mdsteele/boringssl-bazel`
-3. Copy the git tree or BoringSSL to `third_party/boringssl`
-4. Remove the `WORKSPACE` file from `third_party/boringssl`
-5. Copy the saved `README.md` and `BUILD` files back
+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.