aboutsummaryrefslogtreecommitdiffstats
path: root/main/squid/libressl.patch
blob: d640109f624572b6f642b88f5ad9cf231bfbe562 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/ssl/bio.cc
+++ b/src/ssl/bio.cc
@@ -76,7 +76,7 @@
         BIO_meth_set_create(SquidMethods, squid_bio_create);
         BIO_meth_set_destroy(SquidMethods, squid_bio_destroy);
     }
-    const BIO_METHOD *useMethod = SquidMethods;
+    BIO_METHOD *useMethod = SquidMethods;
 #else
     BIO_METHOD *useMethod = &SquidMethods;
 #endif