> I'm trying to build OpenSSL with least support for crypto > algorithms expt the cases where they are really needed for it to work . > My sole purpose of all this is to reduce the memory footprint of the > application that uses OpenSSL.. All I want is the procedure to do > so on a WIN32 platform ??
When you run 'Configure', pass it various 'no-' flags like 'no-idea'. By the way, OpenSSL was really not designed to be light and simple. It was more designed to be full-featured and high performance in general-purpose applications where size is not particularly important. You may have better luck with a project designed for this purpose, such as MatrixSSL. DS ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]