On Mon, Dec 20, 2010, Bhola Ray wrote:

> I have noticed the above flag in our openssl code in several c and h files.
> 
> If I use
> 
> #define OPENSSL_NO_COMP   1
> 
>       in the right  include file, and build the libcrypto.a and libssl.a
> then in that build 
> 
> there would be No Compression.
> 
> Is it correct, can anyone comment on that...thanks in advance.
>  

You don't actually need to specify that: no compression is the default.
Compression is enabled if you include the appropriate zlib options.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to