Hello, I am interested in creating a Windows 98 program that statically links to only the parts of the OpenSSL libraries that I need. I want the executable to be as small as possible. Currently, I have a modified version of s_client which is statically linked to the OpenSSL libs. The basic protocols I need are RC4, MD5, and RSA. I would like to exclude from my executable all OpenSSL code that doesn't somehow support these protocols. I have tried using the NO_* constants (for example, NO_BF or NO_RC2) but have found they break my s_client build. Suggestions? Griff McClellan [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]