]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
GCC 4.7 SSL fix
authorJiri Skala <jskala@redhat.com>
Wed, 1 Feb 2012 07:55:01 +0000 (00:55 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 1 Feb 2012 07:55:01 +0000 (00:55 -0700)
src/ssl_support.cc

index a3abb017e62f7cfbdbbd82c869cac1d749431069..f7d3e8c7520e92b819bc9d5665bace5165217e38 100644 (file)
@@ -355,7 +355,7 @@ ssl_options[] = {
 #endif
 #ifdef SSL_OP_ALL
     {
-        "ALL", SSL_OP_ALL
+        "ALL", (long)SSL_OP_ALL
     },
 #endif
 #ifdef SSL_OP_SINGLE_DH_USE