commit | 4a8d1f3519f407b31e8e5dbb0d4e22774d1f7c62 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Thu Jul 13 17:53:07 2017 -0400 |
committer | Steven Valdez <svaldez@google.com> | Fri Jul 14 13:45:26 2017 +0000 |
tree | d50df585934111c1e5db5191e051b706b2f90262 | |
parent | c6d4af009827c637691b9ca01369a3db3e5fb7bd [diff] |
Make missing prototypes warning work in clang/C++. in GCC, -Wmissing-prototypes is only in C and the C++ spelling is -Wmissing-declarations. https://gcc.gnu.org/onlinedocs/gcc-7.1.0/gcc/Warning-Options.html#Warning-Options In clang, -Wmissing-prototypes is in both C/C++ and -Wmissing-declarations means you forgot to name a typedef or something? https://clang.llvm.org/docs/DiagnosticsReference.html#wmissing-prototypes https://clang.llvm.org/docs/DiagnosticsReference.html#wmissing-declarations Pass clang slightly different flags to account for this mess. Change-Id: I574ff7ecf32ba5908355639de83e8a102dab5f04 Reviewed-on: https://boringssl-review.googlesource.com/17784 Reviewed-by: Steven Valdez <svaldez@google.com>
BoringSSL is a fork of OpenSSL that is designed to meet Google's needs.
Although BoringSSL is an open source project, it is not intended for general use, as OpenSSL is. We don't recommend that third parties depend upon it. Doing so is likely to be frustrating because there are no guarantees of API or ABI stability.
Programs ship their own copies of BoringSSL when they use it and we update everything as needed when deciding to make API changes. This allows us to mostly avoid compromises in the name of compatibility. It works for us, but it may not work for you.
BoringSSL arose because Google used OpenSSL for many years in various ways and, over time, built up a large number of patches that were maintained while tracking upstream OpenSSL. As Google's product portfolio became more complex, more copies of OpenSSL sprung up and the effort involved in maintaining all these patches in multiple places was growing steadily.
Currently BoringSSL is the SSL library in Chrome/Chromium, Android (but it's not part of the NDK) and a number of other apps/programs.
There are other files in this directory which might be helpful: