]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
GCC 4.7 fix
authorJiri Skala <jskala@redhat.com>
Tue, 17 Jan 2012 19:36:40 +0000 (20:36 +0100)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Tue, 17 Jan 2012 19:36:40 +0000 (20:36 +0100)
src/ssl/support.cc

index dc961c010371121a49f524caf8f4c5672cdfd064..03dd48b883a646efe2146d2b82aff41b2a5ca3b1 100644 (file)
@@ -333,7 +333,7 @@ ssl_options[] = {
 #endif
 #if SSL_OP_ALL
     {
-        "ALL", SSL_OP_ALL
+        "ALL", (long)SSL_OP_ALL
     },
 #endif
 #if SSL_OP_SINGLE_DH_USE