modules/sasl.cpp: Description line for DH-BLOWFISH

Added a description to the output for DH-BLOWFISH SASL mechanism.
This commit is contained in:
TheLordOfTime
2013-01-11 21:39:51 -05:00
parent ef59c23068
commit 29d2ff001a
+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 }