> Thanks for the quick reply from your side . I understand and respect > your opinion regarding OpenSSL usage .But I need to strip the Openssl > library to the bare minimum for my own use with the app as I wil be > using my own crypto library .
So is your question really "how can I plug my own implementations of crypto algorithms into OpenSSL?" That's a completely different question, being one of integration not configuration. > I wanted to ask how can I do it , which linker flags to pass and where The linker's not going to plug your RSA implementation into OpenSSL. > ..what is the optimum procedure to come up with such a lib ?? I > have tried on editing the 32.mak file for such case bt that results > in a cumbersome task as u have to remove all concerned entries > manually .... Any pointers to this ?? Unless I'm still misunderstanding what you're trying to do, it sounds like you're starting at step 38. Are you trying to get OpenSSL to work without implementations of algorithms or are you trying to plug your own implementations into OpenSSL? DS ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]