dect
/
asterisk
Archived
13
0
Fork 0

swap openssl with OpenSSL in warning message.

(issue #16673)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@246981 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
dvossel 2010-02-16 21:03:34 +00:00
parent f7c1c60e23
commit 397755f1ce
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ static void *handle_tcptls_connection(void *data)
ast_log(LOG_WARNING, "FILE * open failed!\n");
#ifndef DO_SSL
if (tcptls_session->parent->tls_cfg) {
ast_log(LOG_WARNING, "Attempted a TLS connection without openssl support. This will not work!\n");
ast_log(LOG_WARNING, "Attempted a TLS connection without OpenSSL support. This will not work!\n");
}
#endif
ao2_ref(tcptls_session, -1);