summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam <adam@sigterm.info>2014-02-17 22:21:08 -0500
committerAdam <adam@sigterm.info>2014-02-17 22:21:08 -0500
commit0db81ca46ad3a9faeacd9b138ba4c1634cd1faab (patch)
treef3c7d3da8a0f8ae30d6c8b867bbf8f594793b256 /include
parent7f7144de1fe96b42e3845690b77738e7b93bbe46 (diff)
parent1c39d25ccaabeab2a8b1f317bf5394f007db14f8 (diff)
Merge pull request #52 from attilamolnar/2.0+gnutls
Add support for SSL connections powered by GnuTLS
Diffstat (limited to 'include')
-rw-r--r--include/service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/service.h b/include/service.h
index db0b2af4b..8142363d6 100644
--- a/include/service.h
+++ b/include/service.h
@@ -20,7 +20,7 @@
/** Anything that inherits from this class can be referred to
* using ServiceReference. Any interfaces provided by modules,
* such as commands, use this. This is also used for modules
- * that publish a service (m_ssl, etc).
+ * that publish a service (m_ssl_openssl, etc).
*/
class CoreExport Service : public virtual Base
{