Go to file
David Benjamin 1a5c50f3a8 Error codes are uint32_t, not unsigned long.
Fix a few remnants of them being unsigned long. Also rename extremely unhelpful
variable names in SSL_get_error. i is now ret_code to match the header.

Change-Id: Ic31d6626bfe09c9e21c03691dfc716c5573833ea
Reviewed-on: https://boringssl-review.googlesource.com/3881
Reviewed-by: Adam Langley <agl@google.com>
2015-03-13 19:41:42 +00:00
crypto Error codes are uint32_t, not unsigned long. 2015-03-13 19:41:42 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Normalize all EVP_PKEY_CTX_ctrl return values. 2015-03-13 19:39:42 +00:00
ssl Error codes are uint32_t, not unsigned long. 2015-03-13 19:41:42 +00:00
tool Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
util Generate error data at build time. 2015-03-06 18:59:25 +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