mirror of
https://github.com/znc/znc.git
synced 2026-07-05 09:21:31 +02:00
Merge pull request #281 from TheLordOfTime/master
Modify modules/sasl.cpp to have a DH-BLOWFISH mechanism description
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ static const struct {
|
||||
} SupportedMechanisms[] = {
|
||||
{ "EXTERNAL", "TLS certificate, for use with the *cert module", false },
|
||||
#ifdef HAVE_SASL_MECHANISM
|
||||
{ "DH-BLOWFISH", "", true },
|
||||
{ "DH-BLOWFISH", "Secure negotiation using the DH-BLOWFISH mechanism", true },
|
||||
#endif
|
||||
{ "PLAIN", "Plain text negotiation", true },
|
||||
{ NULL, NULL, false }
|
||||
|
||||
Reference in New Issue
Block a user