Hi Rush,

Your solution has been very helpful.

> (2) does the correct thing. It statically links against your version of
> libssl.a. It also acts just like it found the library because of a -lssl
> on the linker command line. (Only the functions that are required are
> pulled into your executable, NOT the entire library contents.) 

using "-all_load" link option pulls the entire contents of the static library.

Thanks to all who spared time to solve my problem.

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

Reply via email to