On Thu, Dec 09, 2010 at 01:07:14PM +0200, Yannay Alon-BAY004 wrote: > Hi > > Is there a file/location that lists all openssl #ifdef preprocessor > identifiers (e.g. OPENSSL_NO_SSL2, OPENSSL_NO_IDEA, OPENSSL_NO_MD5) with > possibly an explanation of each?
Options that enable/disable features at compile-time are controlled via arguments to the "Configure" script. You should start there. Options that are not configurable via "Configure" should not be changed from defaults, as changing them is (implicitly) unsupported. -- Viktor. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org