Skip to content

Commit

Permalink
Revert "Clang-format. r=me"
Browse files Browse the repository at this point in the history
This reverts commit 7dd4805.
  • Loading branch information
ekr committed Nov 5, 2016
1 parent 37d3a8d commit 6778998
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/ssl/ssl3exthandle.c
Expand Up @@ -1891,8 +1891,7 @@ ssl3_HandleRenegotiationInfoXtn(const sslSocket *ss, TLSExtensionData *xtnData,
return SECFailure;
}
/* remember that we got this extension and it was correct. */
CONST_CAST(sslSocket, ss)
->peerRequestedProtection = 1;
CONST_CAST(sslSocket, ss)->peerRequestedProtection = 1;
xtnData->negotiated[xtnData->numNegotiated++] = ex_type;
if (ss->sec.isServer) {
/* prepare to send back the appropriate response */
Expand Down Expand Up @@ -2452,6 +2451,7 @@ ssl3_ServerHandleSignedCertTimestampXtn(const sslSocket *ss,
ss, xtnData, ex_type, ssl3_ServerSendSignedCertTimestampXtn);
}


/* Just make sure that the remote client supports uncompressed points,
* Since that is all we support. Disable ECC cipher suites if it doesn't.
*/
Expand Down
4 changes: 2 additions & 2 deletions lib/ssl/ssl3exthandle.h
Expand Up @@ -90,6 +90,6 @@ PRInt32 ssl_SendSupportedGroupsXtn(const sslSocket *ss,
TLSExtensionData *xtnData,
PRBool append, PRUint32 maxBytes);
PRInt32 ssl3_SendSupportedPointFormatsXtn(const sslSocket *ss,
TLSExtensionData *xtnData,
PRBool append, PRUint32 maxBytes);
TLSExtensionData *xtnData,
PRBool append, PRUint32 maxBytes);
#endif

0 comments on commit 6778998

Please sign in to comment.