Go to file
David Benjamin e2793a7189 Remove redundant s->s3 check.
s->s3 is never NULL if an ssl3_* function is called, and we'll crash later
anyway. (This also makes scan-build stop believing it can be NULL.)

Change-Id: Ibf8433bd4d945f9bf5416d72946102a9e50d2787
Reviewed-on: https://boringssl-review.googlesource.com/2206
Reviewed-by: Adam Langley <agl@google.com>
2014-11-06 01:34:52 +00:00
crypto Shush some dead assignments. 2014-11-06 01:34:33 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Make SSL_MODE_AUTO_RETRY the default. 2014-11-04 01:25:22 +00:00
ssl Remove redundant s->s3 check. 2014-11-06 01:34:52 +00:00
tool Get bssl tool building on Windows. 2014-10-31 22:02:01 +00:00
util Rename example_sign to evp_test. 2014-11-05 00:43:09 +00:00
.clang-format Inital import. 2014-06-20 13:17:32 -07:00
.gitignore Inital import. 2014-06-20 13:17:32 -07:00
BUILDING Build with yasm on Win64 as well. 2014-10-31 22:02:45 +00:00
CMakeLists.txt Get bssl tool building on Windows. 2014-10-31 22:02:01 +00:00