aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2016-04-27 10:24:11 -0700
committerDavid Benjamin <davidben@google.com>2016-04-27 18:04:37 +0000
commita08142380981b366fb4f5eb61f9888f49342d388 (patch)
treefe187d95f43ac79e9277db6d8304ed3c0e4499f9 /README.md
parenta9959f2f5083ed72a80800d7c8f8287122473be6 (diff)
downloadboringssl-a08142380981b366fb4f5eb61f9888f49342d388.zip
boringssl-a08142380981b366fb4f5eb61f9888f49342d388.tar.gz
boringssl-a08142380981b366fb4f5eb61f9888f49342d388.tar.bz2
Add document about incorporating BoringSSL into a project.
Change-Id: Ia825300bae236e3133dd9a19313b7f5450f0c8e2 Reviewed-on: https://boringssl-review.googlesource.com/7781 Reviewed-by: David Benjamin <davidben@google.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e306da9..4caedb7 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,7 @@ There are other files in this directory which might be helpful:
* [PORTING.md](/PORTING.md): how to port OpenSSL-using code to BoringSSL.
* [BUILDING.md](/BUILDING.md): how to build BoringSSL
+ * [INCORPORATING.md](/INCORPORATING.md): how to incorporate BoringSSL into a project.
* [STYLE.md](/STYLE.md): rules and guidelines for coding style.
* include/openssl: public headers with API documentation in comments. Also [available online](https://commondatastorage.googleapis.com/chromium-boringssl-docs/headers.html).
* [FUZZING.md](/FUZZING.md): information about fuzzing BoringSSL.