]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_ssl_mbedtls.cpp
Fix a bunch of weird indentation and spacing issues.
[user/henk/code/inspircd.git] / src / modules / extra / m_ssl_mbedtls.cpp
index 77c81b7fa57038c278cc794085d9c01f6adceb11..c3d040ad03b394714e1b3b1403dec5720b70eec1 100644 (file)
@@ -822,7 +822,7 @@ class mbedTLSIOHookProvider : public SSLIOHookProvider
        mbedTLS::Profile profile;
 
  public:
-       mbedTLSIOHookProvider(Module* mod, mbedTLS::Profile::Config& config)
+       mbedTLSIOHookProvider(Module* mod, mbedTLS::Profile::Config& config)
                : SSLIOHookProvider(mod, config.name)
                , profile(config)
        {
@@ -888,7 +888,7 @@ class ModuleSSLmbedTLS : public Module
                }
                else
                {
-                       ServerInstance->Logs->Log(MODNAME, LOG_DEFAULT, "You have defined an <sslprofile> tag; you should use this in place of \"mbedtls\" when configuring TLS (SSL) connections in <bind:ssl> or <link:ssl>");
+                       ServerInstance->Logs->Log(MODNAME, LOG_DEFAULT, "You have defined an <sslprofile> tag; you should use this in place of \"mbedtls\" when configuring TLS (SSL) connections in <bind:sslprofile> or <link:sslprofile>");
                        for (ConfigIter i = tags.first; i != tags.second; ++i)
                        {
                                ConfigTag* tag = i->second;