Dear OpenSSL users,

I have sucessfully implemented a message system mechanism using the OpenSSL
library as the foundation for all the cryptography operations. The system
was deployed and now, the client asked me to
do a dependency checking and find all the OpenSSL source files that are
being used by my code and
with this information to produce a makefile to compile only what I really
need from OpenSSL.
I have tried to find the dependencies using a map from all the linked
functions from OpenSSL and
it turns to be something around 1700 functions.
My Question is, Is anybody out there that have done that sucessfully?
If so, what is the best approach to get it done?
Is that going to make easy for me to port my app to another "not yet ported
OS" ?

PS.( I don't really agree with the client's idea (but they are "Client"
anyway), So if anybody else has an good
idea in how to convince them that we need to keep the OpenSSL library as a
single unit, that would be
very appreciated)

Thanks for any and all replies,

Sidney Fortes

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to