Code cleanup

This commit is contained in:
yhirose 2019-05-07 21:46:15 -04:00
parent 3f42804a4f
commit dfc94f2cab
7 changed files with 3 additions and 15 deletions

View file

@ -32,12 +32,10 @@ int main(void) {
#ifdef CPPHTTPLIB_OPENSSL_SUPPORT
auto result = cli.get_openssl_verify_result();
if (result) {
cout << "verify error: " << X509_verify_cert_error_string(result) << endl;
cout << "verify error: " << X509_verify_cert_error_string(result) << endl;
}
#endif
}
return 0;
}
// vim: et ts=4 sw=4 cin cino={1s ff=unix