mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Fix whitespace issues
This commit is contained in:
parent
6a35f493f3
commit
787ccb22dc
@ -73,8 +73,8 @@ enum
|
||||
RPL_MAPUSERS = 270, // insp-specific
|
||||
|
||||
RPL_AWAY = 301,
|
||||
RPL_USERHOST = 302,
|
||||
RPL_ISON = 303,
|
||||
RPL_USERHOST = 302,
|
||||
RPL_ISON = 303,
|
||||
RPL_SYNTAX = 304, // insp-specific
|
||||
|
||||
RPL_UNAWAY = 305,
|
||||
@ -99,7 +99,7 @@ enum
|
||||
RPL_TOPIC = 332,
|
||||
RPL_TOPICTIME = 333, // not RFC, extremely common though
|
||||
|
||||
RPL_USERIP = 340,
|
||||
RPL_USERIP = 340,
|
||||
RPL_INVITING = 341,
|
||||
RPL_INVITELIST = 346, // insp-specific (stolen from ircu)
|
||||
RPL_ENDOFINVITELIST = 347, // insp-specific (stolen from ircu)
|
||||
|
@ -420,7 +420,7 @@ namespace mbedTLS
|
||||
}
|
||||
|
||||
clientctx.SetOptionalVerifyCert();
|
||||
clientctx.SetCA(cacerts, crl);
|
||||
clientctx.SetCA(cacerts, crl);
|
||||
// The default for servers is to not request a client certificate from the peer
|
||||
if (requestclientcert)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user