SV: How to reduce size of OpenSSL LIB file

2001-03-16 Thread Hellan,Kim KHE
Okay Just a followup to my own reply. The fatal error below is caused by the /WX compiler switch which causes all warnings to be treated as errors. I guess there is an error in the makefile generation since they specify both /W3 and /WX, but /WX overrules /W3 so I don't think /W3 is ever used.

SV: How to reduce size of OpenSSL LIB file

2001-03-16 Thread Hellan,Kim KHE
Hi all Greg Stark: I'm sure that you gave the right solution, so I tried doing as you said. For starters I just added "no-dh no-dsa" to remove DH and DSA asymmetric ciphers. Unfortunately when compiling, this gave the following error: cl /Fotmp32\ssl_cert.obj -Iinc32 -Itmp32 /MT /W3 /WX /G5 /Ox