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