aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules')
-rw-r--r--include/modules/sql.h1
-rw-r--r--include/modules/ssl.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/modules/sql.h b/include/modules/sql.h
index 7559ed237..46b074862 100644
--- a/include/modules/sql.h
+++ b/include/modules/sql.h
@@ -23,7 +23,6 @@
#pragma once
-
namespace SQL
{
class Error;
diff --git a/include/modules/ssl.h b/include/modules/ssl.h
index 3e73bdac8..66d29aca1 100644
--- a/include/modules/ssl.h
+++ b/include/modules/ssl.h
@@ -225,7 +225,6 @@ class SSLIOHook : public IOHook
*/
virtual void GetCiphersuite(std::string& out) const = 0;
-
/** Retrieves the name of the TLS connection which is sent via SNI.
* @param out String that the server name will be appended to.
* returns True if the server name was retrieved; otherwise, false.