Hi All,I am trying to reduce the size of OpenSSL library due to memory constraints on our platform. I removed all the not required ciphers (idea, rc5, mdc2...).
./config no-rc2 no-md2 no-mdc2 no-idea no-rc5 no-bf no-krb5 no-cast no-zlib no-zlib-dynamic no-rfc3779 no-gmp no-camellia no-asm
I also used -Os(Optimize for size) during compilation. How can the size of library be further reduced? Please guide me.
Regards, Vinay