Go to file
David Benjamin 0d4db50a54 Use C++11 inline initialization.
Google C++ style allows these. It's also considerably less tedious and
error-prone than defining an out-of-line constructor.

Change-Id: Ib76ccf6079be383722433046ac5c5d796dd1f525
Reviewed-on: https://boringssl-review.googlesource.com/4111
Reviewed-by: Adam Langley <agl@google.com>
2015-03-23 23:09:11 +00:00
crypto Clean up error reporting. 2015-03-20 22:12:59 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Fix CRYPTO_add_lock documentation. 2015-03-23 23:08:20 +00:00
ssl Use C++11 inline initialization. 2015-03-23 23:09:11 +00:00
tool Fix bssl speed. 2015-03-17 23:57:02 +00:00
util Add AEADs for AES-CTR with HMAC-SHA256. 2015-03-18 21:16:55 +00:00
.clang-format Inital import. 2014-06-20 13:17:32 -07:00
.gitignore Add generated documentation to .gitignore 2015-01-26 18:37:55 +00:00
BUILDING Generate error data at build time. 2015-03-06 18:59:25 +00:00
CMakeLists.txt Generate error data at build time. 2015-03-06 18:59:25 +00:00
codereview.settings Add a codereview.settings file. 2014-11-18 22:21:33 +00:00
STYLE Style guide tweaks. 2015-02-19 18:33:20 +00:00