[svn-commits] dvossel: trunk r246981 - /trunk/main/tcptls.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Feb 16 15:03:38 CST 2010


Author: dvossel
Date: Tue Feb 16 15:03:34 2010
New Revision: 246981

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=246981
Log:
swap openssl with OpenSSL in warning message.

(issue #16673)

Modified:
    trunk/main/tcptls.c

Modified: trunk/main/tcptls.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/tcptls.c?view=diff&rev=246981&r1=246980&r2=246981
==============================================================================
--- trunk/main/tcptls.c (original)
+++ trunk/main/tcptls.c Tue Feb 16 15:03:34 2010
@@ -217,7 +217,7 @@
 		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);




More information about the svn-commits mailing list