1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Fix the name of the SSL modules in comments in modules.conf.example

This commit is contained in:
Attila Molnar
2014-05-30 18:12:26 +02:00
parent 38a60d9142
commit 11ad788dfd
+2 -2
View File
@@ -540,7 +540,7 @@ module { name = "help" }
name = "m_ssl_gnutls"
/*
* An optional certificate and key for m_gnutls to give to the uplink.
* An optional certificate and key for m_ssl_gnutls to give to the uplink.
*
* You can generate your own certificate and key pair by using:
*
@@ -579,7 +579,7 @@ module { name = "help" }
name = "m_ssl_openssl"
/*
* An optional certificate and key for m_openssl to give to the uplink.
* An optional certificate and key for m_ssl_openssl to give to the uplink.
*
* You can generate your own certificate and key pair by using:
*