commit | 1a5c50f3a8dd570917c0ab78e4628b5a9f1afe09 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Wed Mar 11 16:22:37 2015 -0400 |
committer | Adam Langley <agl@google.com> | Fri Mar 13 19:41:42 2015 +0000 |
tree | 38bd90190a0cce412d0b733c49f30a587e148770 | |
parent | 7cc29ab83343db1d3aa4fd8f0c3f11740b99a75a [diff] |
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>