tls: fix a typo.

Signed-off-by: Tom Li <biergaizi2009@gmail.com>
This commit is contained in:
Tom Li 2015-02-02 18:30:54 +08:00
parent 2e2e6c70c6
commit 845760969b

View File

@ -87,7 +87,7 @@ sub init {
$self->log(LOGINFO,
"Cannot locate dhparam, possible DHE algorithms will be unavailable.");
$self->log(LOGINFO,
"The encryption strength will decline que to lack of Forward Secrecy.");
"The encryption strength will decline due to lack of Forward Secrecy.");
}
$self->tls_cert($cert);
$self->tls_key($key);