| commit | aac1e2dd73f5ddd641ece922ec65c891b6f39e6a | [log] [tgz] |
|---|---|---|
| author | David Benjamin <davidben@google.com> | Tue Dec 06 22:35:41 2016 -0500 |
| committer | David Benjamin <davidben@google.com> | Thu Dec 08 00:54:17 2016 +0000 |
| tree | ea3cdbdafd45caf5f4b696a83578b33bec9ab560 | |
| parent | 4ba6e196408a9e60c4543a48fbfc6e9380db3b91 [diff] [blame] |
Remove the remaining bssl::Main wrappers. We've taken to writing bssl::UniquePtr in full, so it's not buying us much. Change-Id: Ia2689366cbb17282c8063608dddcc675518ec0ca Reviewed-on: https://boringssl-review.googlesource.com/12628 Reviewed-by: David Benjamin <davidben@google.com>
diff --git a/crypto/bio/bio_test.cc b/crypto/bio/bio_test.cc index a3bfb2b..5cc75b5 100644 --- a/crypto/bio/bio_test.cc +++ b/crypto/bio/bio_test.cc
@@ -263,7 +263,7 @@ return true; } -int main(void) { +int main() { CRYPTO_library_init(); #if defined(OPENSSL_WINDOWS)