[Privoxy-commits] [privoxy] 01/02: mbedTLS: Fix typo in error message

User Git git at git.privoxy.org
Thu Dec 19 14:49:19 CET 2024


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

git pushed a commit to branch master
in repository privoxy.

commit b7c11edb4a7ea84e4862e0573a72fe7e74888841
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Fri Oct 11 05:52:13 2024 +0200

    mbedTLS: Fix typo in error message
---
 ssl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssl.c b/ssl.c
index 44e15574..6206853c 100644
--- a/ssl.c
+++ b/ssl.c
@@ -473,7 +473,7 @@ extern int create_client_ssl_connection(struct client_state *csp)
       {
          mbedtls_strerror(ret, err_buf, sizeof(err_buf));
          log_error(LOG_LEVEL_ERROR,
-            "medtls_ssl_handshake with client failed: %s", err_buf);
+            "mbedtls_ssl_handshake with client failed: %s", err_buf);
          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