-lcrypto includes all of the low-level cryptographic primitives. -lssl includes all of the high-level EVP, BIO, and SSL/TLS handling functionality.
If the other version is failing to link, add -lssl to its make.def. If it's linking okay, then it doesn't need the SSL primitives. -Kyle H On Wed, Jun 24, 2009 at 11:12 AM, prabhakar rao<prabhakar32...@gmail.com> wrote: > Hi, > > In my project on of the version is used LDLIBS += -l$(GMPFILE) -lcrypto > -lssl in make.def file > and some other version it has LDLIBS += -l$(GMPFILE) -lcrypto in make.def > means added lssl option above one, > > my question: > Q1:what is the difference between these two? > Q2:if we added the lssl to the new version,what are the > posiible erros > > can u send the details it will help me a lot > > regards, > Prabhakar ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org