On Mon, Dec 20, 2010 at 07:21:54PM -0500, 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 
> 

Do not do this by hand.

> Is it correct, can anyone comment on that...thanks in advance.

Example:

    ./Configure no-zlib no-krb5 no-rc5 no-idea threads shared linux-x86_64
    make depend
    make

The "no-zlib" flag disables compression at compile time.

-- 
        Viktor.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to