[Privoxy-commits] [privoxy] 10/26: OpenSSL ssl_certificate_is_invalid(): Remove a log message

User Git git at git.privoxy.org
Mon Jan 18 13:32:18 UTC 2021


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 95a7a4a8d5799acd8298f7ab6c6e820a2147fdf3
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Wed Jan 13 16:24:55 2021 +0100

    OpenSSL ssl_certificate_is_invalid(): Remove a log message
    
    ... if the certificate can't be read.
    
    ssl_certificate_load() already emits an error message.
---
 openssl.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/openssl.c b/openssl.c
index cfcc59e8..73aadebf 100644
--- a/openssl.c
+++ b/openssl.c
@@ -1616,8 +1616,6 @@ static int ssl_certificate_is_invalid(const char *cert_file)
 
    if (!(cert = ssl_certificate_load(cert_file)))
    {
-      log_ssl_errors(LOG_LEVEL_ERROR,
-         "Error reading certificate file %s", cert_file);
       return 1;
    }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list