Commit b58b2ce0 authored by generatedunixname89002005325676's avatar generatedunixname89002005325676 Committed by Facebook GitHub Bot

Daily `arc lint --take CLANGFORMAT`

Reviewed By: zertosh

Differential Revision: D26660179

fbshipit-source-id: bc0ae7deeb3a3097bfb77cbf0bc471157f586326
parent c76b89b6
......@@ -304,8 +304,7 @@ int SSLContext::getVerificationMode() {
// the below or'ing is incorrect unless VERIFY_NONE is 0
static_assert(SSL_VERIFY_NONE == 0);
return getVerificationMode(verifyClient_) |
getVerificationMode(verifyServer_) |
getVerificationMode(verifyPeer_);
getVerificationMode(verifyServer_) | getVerificationMode(verifyPeer_);
}
void SSLContext::authenticate(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment