Go to file
David Benjamin ef4962f5a3 Shush warning in alignment code.
MSVC doesn't like unary - on unsigned numbers. Also switch ssl3_read_n's
version to uintptr_t to match the write half. This gets us closer to clearing
through C4311 violations. (The remaining one is in asn1_add_error which can go
after verifying that most of asn1_mac.h is safe to drop.)

Change-Id: Idb33dda8863bf1a3408b14d5513a667338311b6b
Reviewed-on: https://boringssl-review.googlesource.com/4255
Reviewed-by: Adam Langley <agl@google.com>
2015-04-07 00:40:50 +00:00
crypto Fix the linux_shared bot. 2015-04-07 00:24:57 +00:00
decrepit Add decrepit, initially containing CAST and Blowfish. 2015-04-06 16:58:45 -07:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Remove unused ex_data indexes. 2015-04-07 00:09:47 +00:00
ssl Shush warning in alignment code. 2015-04-07 00:40:50 +00:00
tool Define NOMINMAX across the entire project. 2015-04-02 18:38:56 +00:00
util runner and all_tests should exit with failure on failing tests. 2015-04-06 20:49:54 +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 Shush warning in alignment code. 2015-04-07 00:40:50 +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