you can add the marco flag when you make the openssl project.
for example, let's say you do not want to add DSA module into your lib,then
make -DOPENSSL_NO_DSA
with this flag, all source code about DSA is exclude from your lib.
I saw some doc with these flags(OPENSSL_NO_XXX),but i fogot where i saw
them...you can also reference the openssl headers("include" to get more details)
At 2011-01-17 15:50:57,"Muneeswaran Raju" <[email protected]> wrote:
Hi,
I need to use RSA keygeneration, signing, SHA1 hash. But I have very less
memory avaialable. what is the way to remove unnecessary modules to get added
into libraries/final image.
Thanks
Muneeswaran.R