--- main/tcptls.c (Asterisk 13.32.0) +++ main/tcptls.c (working copy) @@ -266 +266 @@ - ast_log(LOG_ERROR, "Attempted a TLS connection without OpenSSL support. This will not work!\n"); + ast_log(LOG_ERROR, "Attempted TLS client: ./configure with OpenSSL Development Headers installed!\n"); @@ -386 +386 @@ - ast_log(LOG_NOTICE, "Configured without OpenSSL Development Headers"); + ast_log(LOG_ERROR, "Attempted TLS server: ./configure with OpenSSL Development Headers installed!\n");