cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: What is the Best way to compile libCURL with OpenSSL & ZLIB

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 18 May 2011 10:14:24 +0200 (CEST)

On Wed, 18 May 2011, Ambuj Jain wrote:

> What are the differences in the below combinations.
>
> 1. If we compile OpenSSL without ZLIB, but libCURL with ZLIB

Then you won't be able to do SSL/TLS with compression.

> 2. If we compile OpenSSL with ZLIB and also compile libCURL with ZLIB

Then you will be able to do SSL/TLS with compression and also have libcurl do
automatic uncompressing of compressed content over HTTP (if you tell it to).

> 3. If we compile OpenSSL with ZLIB, but libCURL without ZLIB

Then you will be able to do SSL/TLS with compression but not have libcurl do
automatic uncompressing of HTTP content.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2011-05-18