>>  Hi,
 >>    I need to compile OpenSSL only with support for Symmetric 
 >> encryption - only 3DES support. How I can remove all unneeded stuff? 
 >> Can you give an advice what to remove and how to remove it?
 >
 >
 >I suppose one approach would be to run a test suite that does just what 
 >you need (and everything you need) with a debug build of openssl, and 
 >run it under a code profiler (such as Intel's VTune), iterate this 
 >sufficiently to get adequate code coverage, then seen what big chunks 
 >DONT get touched, and add #IF's around them to block them out, rebuild, 
 >and iterate until it meets your requirements.
 >
 
Thank you for the reply!

Unfortunately I'm working with C from several weels. Can you explain me this in 
more details how to do this?

Regards
Peter
 

Reply via email to