mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
swap openssl with OpenSSL in warning message.
(issue #16673) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@246981 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user