From: Jiri Skala Date: Tue, 17 Jan 2012 19:36:40 +0000 (+0100) Subject: GCC 4.7 fix X-Git-Tag: BumpSslServerFirst.take05~12^2~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=866eafc697c08d5c74787eec1023fce20f8a0408;p=thirdparty%2Fsquid.git GCC 4.7 fix --- diff --git a/src/ssl/support.cc b/src/ssl/support.cc index dc961c0103..03dd48b883 100644 --- a/src/ssl/support.cc +++ b/src/ssl/support.cc @@ -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