curl: switch back to openssl and avoid dynamic link to zlib
commit3a9151cddd239aab12436ec42b042720c1340f33
authorPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 15 Mar 2013 17:30:50 +0000 (15 17:30 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 21 May 2013 13:49:39 +0000 (21 14:49 +0100)
tree42ab399546ab5bb1eccb5069e5224e2c2c97e037
parentc266ec6d3c23f006fd4ba8bdb91c424e6fcb631a
curl: switch back to openssl and avoid dynamic link to zlib

Erik noted that the new compilation options cause libcurl to be linked to
zlib1.dll which we do not include. Removing the ZLIB_PATH parameter
keeps it statically linked.

The winssl code can fail to operate behind a proxy. It tries to check for
certificate revocation, fails and then aborts the ssl negotiations.
Therefore reverting back to openssl for ssl support.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
src/curl/release.sh