[Privoxy-commits] [privoxy] 02/23: wolfssl: Spell 'wolfSSL' with uppercase 'SSL' in a warning
User Git
git at git.privoxy.org
Thu Jan 1 15:55:59 CET 2026
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit dc9808c17ec321d425d3096a86fa50def79607c6
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sat Dec 27 12:52:08 2025 +0100
wolfssl: Spell 'wolfSSL' with uppercase 'SSL' in a warning
---
wolfssl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wolfssl.c b/wolfssl.c
index 48899022..40a1a46f 100644
--- a/wolfssl.c
+++ b/wolfssl.c
@@ -1159,7 +1159,7 @@ extern int create_server_ssl_connection(struct client_state *csp)
"Failed to enable 'Secure' Renegotiation. Continuing anyway.");
}
#else
-#warning Looks like wolfssl has been compiled without HAVE_SECURE_RENEGOTIATION
+#warning Looks like wolfSSL has been compiled without HAVE_SECURE_RENEGOTIATION
#endif
log_error(LOG_LEVEL_CONNECT,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list