RE: ifdef OPENSSL_NO_COMP

2010-12-21 Thread Bhola Ray
PM To: openssl-users@openssl.org Subject: Re: ifdef OPENSSL_NO_COMP 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

Re: ifdef OPENSSL_NO_COMP

2010-12-20 Thread Victor Duchovni
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

Re: ifdef OPENSSL_NO_COMP

2010-12-20 Thread Dr. Stephen Henson
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