commit | 40f101b78b486d83cd0a7b41cba9a5e09c37dca6 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Fri Feb 20 11:23:42 2015 -0500 |
committer | Adam Langley <agl@google.com> | Fri Feb 20 19:29:43 2015 +0000 |
tree | c9d8ca864bc71178ae1be7ebaccfe50879fd3504 | |
parent | 16e38b2b8f50a3d048f61d2979d5ceddacd70fc3 [diff] |
Return bool from C++ functions in bssl_shim. Also move BIO_print_errors_fp up a level so it's less repetitive. There's enough exit points now that it doesn't seem like adding a separate return exit code for each has held up. (Maybe there should be a macro that samples __LINE__...) Change-Id: I120e59caaa96185e80cf51ea801a5e1f149b1b39 Reviewed-on: https://boringssl-review.googlesource.com/3530 Reviewed-by: Adam Langley <agl@google.com>