[Privoxy-commits] [privoxy] 15/26: OpenSSL ssl_store_cert(): Fix an error message

User Git git at git.privoxy.org
Mon Jan 18 13:32:23 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 691c4f59e98481dd056abbab8b86d5a4294481a5
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Fri Jan 15 17:57:43 2021 +0100

    OpenSSL ssl_store_cert(): Fix an error message
---
 openssl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openssl.c b/openssl.c
index b3d83a77..e6973103 100644
--- a/openssl.c
+++ b/openssl.c
@@ -308,7 +308,7 @@ static int ssl_store_cert(struct client_state *csp, X509* crt)
     */
    if (!PEM_write_bio_X509(bio, crt))
    {
-      log_ssl_errors(LOG_LEVEL_ERROR, "PEM_write_X509() failed");
+      log_ssl_errors(LOG_LEVEL_ERROR, "PEM_write_bio_X509() failed");
       ret = -1;
       goto exit;
    }

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


More information about the Privoxy-commits mailing list