On Wed, 2007-11-28 at 11:59 +0530, Ranjeet Kumar wrote:
> 
> Hi Marek,
> 
> You understood me correctly. But basically I want binary should be very
> less in size. Earlier openssl binary was 1.7MB, after your step passwd
> binary is 1.1MB. It cannot be accepted. I think right now libssl3.so is
> linked statically. If we link dynamically then size can be reduce
> because libssl3.so is already available on the box.
If libcrypto is already available on your box -lcrypto will be enough
instead of ../libcrypto.a. In trouble I suggest using source code from
your distribution, you may check this with:
  $ openssl version -a

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to