X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=openssl.c;h=51fcad588a12f44c5a761c5479693f3c21829031;hb=3bf559678802e4bc352c68caae7bb696ecab1b6b;hp=81d88b69a76ca023a687ffffcd753d891363aac6;hpb=079d37212054f93b4e113195e9266ad96176d435;p=privoxy.git diff --git a/openssl.c b/openssl.c index 81d88b69..51fcad58 100644 --- a/openssl.c +++ b/openssl.c @@ -1,6 +1,6 @@ /********************************************************************* * - * File : $Source: $ + * File : $Source: /cvsroot/ijbswa/current/openssl.c,v $ * * Purpose : File with TLS/SSL extension. Contains methods for * creating, using and closing TLS/SSL connections. @@ -1170,11 +1170,11 @@ static void log_ssl_errors(int debuglevel, const char* fmt, ...) va_end(args); /* * In case if called by mistake and there were - * no SSL errors let's report it to the log. + * no TLS/SSL errors let's report it to the log. */ if (!reported) { - log_error(debuglevel, "%s: no ssl errors detected", prefix); + log_error(debuglevel, "%s: no TLS/SSL errors detected", prefix); } }