Merge pull request #281 from TheLordOfTime/master

Modify modules/sasl.cpp to have a DH-BLOWFISH mechanism description
This commit is contained in:
Alexey Sokolov
2013-01-11 19:57:10 -08:00
+1 -1
View File
@@ -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 }