Remove silver sponsor scrubtheweb.com master
authorFabian Keil <fk@fabiankeil.de>
Wed, 22 May 2024 12:36:25 +0000 (14:36 +0200)
committerFabian Keil <fk@fabiankeil.de>
Wed, 22 May 2024 12:37:08 +0000 (14:37 +0200)
doc/source/webserver/index.sgml
doc/webserver/sponsors/index.html
wolfssl.c

index d77e57b..1f74108 100644 (file)
 <!-- GNUMakefile is inserting this now -->
 <para>
  <subscript>
 <!-- GNUMakefile is inserting this now -->
 <para>
  <subscript>
-  Copyright __copy 2001-2023 by Privoxy Developers
+  Copyright __copy 2001-2024 by Privoxy Developers
  </subscript>
 </para>
 
  </subscript>
 </para>
 
index a4c800c..e217ade 100644 (file)
   <p>This page lists <a href="../">Privoxy</a> sponsors and their <a href="../faq/general.html#SPONSOR">sponsor
   level</a> with the exception of sponsors that preferred not to be listed here.</p>
   <h3>Silver sponsors</h3>
   <p>This page lists <a href="../">Privoxy</a> sponsors and their <a href="../faq/general.html#SPONSOR">sponsor
   level</a> with the exception of sponsors that preferred not to be listed here.</p>
   <h3>Silver sponsors</h3>
-  <p><a href="https://scrubtheweb.com/">https://scrubtheweb.com/</a></p>
   <p><a href="https://www.lalal.ai/"><img src="../images/sponsors/lalal.ai_logo.png" alt=
   "Vocal Remover by Lalal.ai"></a></p>
   <h3>Bronze sponsors</h3>
   <p><a href="https://www.lalal.ai/"><img src="../images/sponsors/lalal.ai_logo.png" alt=
   "Vocal Remover by Lalal.ai"></a></p>
   <h3>Bronze sponsors</h3>
-  <p><a href="https://www.betrugstest.com/">https://www.betrugstest.com/</a></p>
-  <p><a href="https://moneybanker.fr/">https://moneybanker.fr/</a></p>
-  <p><a href="https://vpnxpert.com/">https://vpnxpert.com/</a></p>
+  <p><a href="https://www.proxidize.com/">https://www.proxidize.com/</a></p>
   <h3>Becoming a Privoxy sponsor</h3>
   <p>If you want to become a sponsor, please have a look at the <a title=
   "FAQ: How can I become a sponsor and get my logo or link on privoxy.org?" href="../faq/general.html#SPONSOR">sponsor
   <h3>Becoming a Privoxy sponsor</h3>
   <p>If you want to become a sponsor, please have a look at the <a title=
   "FAQ: How can I become a sponsor and get my logo or link on privoxy.org?" href="../faq/general.html#SPONSOR">sponsor
index 10ecd6b..7f6c964 100644 (file)
--- a/wolfssl.c
+++ b/wolfssl.c
@@ -1201,10 +1201,10 @@ extern int create_server_ssl_connection(struct client_state *csp)
    {
       long verify_result = wolfSSL_get_error(ssl, connect_ret);
 
    {
       long verify_result = wolfSSL_get_error(ssl, connect_ret);
 
-#ifdef X509_V_OK
-      if (verify_result == X509_V_OK)
-#else
+#if LIBWOLFSSL_VERSION_HEX > 0x05005004
       if (verify_result == WOLFSSL_X509_V_OK)
       if (verify_result == WOLFSSL_X509_V_OK)
+#else
+      if (verify_result == X509_V_OK)
 #endif
       {
          ret = 0;
 #endif
       {
          ret = 0;