I have pared down the portion of OpenSSL that I
actually compile.  I did it on a directory basis.  I
know that I am never going to use Blowfish, so I don't
build anything in that folder.  There is a symbol you
can set to not use RC5 so if you set that you can also
remove the corresponding folder from the build.  If
you are just using the crypto libs then you won't be
needing anything in the ssl folder.  Things like that.

--- Sidney Fortes <[EMAIL PROTECTED]> wrote:
> 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]


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to