aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/tcptls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tcptls.c b/main/tcptls.c
index a53cc30dc..5c419c4af 100644
--- a/main/tcptls.c
+++ b/main/tcptls.c
@@ -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);