From 29d2ff001adcead8c00f4f10d23e0d75b55f8a8f Mon Sep 17 00:00:00 2001 From: TheLordOfTime Date: Fri, 11 Jan 2013 21:39:51 -0500 Subject: [PATCH] modules/sasl.cpp: Description line for DH-BLOWFISH Added a description to the output for DH-BLOWFISH SASL mechanism. --- modules/sasl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sasl.cpp b/modules/sasl.cpp index 1572d36d..ebc9a623 100644 --- a/modules/sasl.cpp +++ b/modules/sasl.cpp @@ -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 }