Hi,
 
I'm Using OpenSSL 0.9.8k and I'm compiling it with cygwin (succcesfully). I 
want to use is in a personnal non-commercial project with static library.

I need to use it in a very little disk space. like a old floppy space. All I 
need is SSL (libssl) and the Blowfish algorithm (libcrypto) and probably all 
the depending stuff to make it work.

 

Compiling with one of these option work fine: "./Configure [gcc | cygwin] make; 
make install"

but I always got an error when I want to avoid the use of a algorithm:

./Configure gcc no-cast no-dh no-dsa no-dso no-ec no-engine no-hw no-idea 
no-krb5 no-md2 no-md4 no-mdc2 no-rc2 no-rc4
o-rc5 no-ripemd no-rsa no-zlib no-md5 no-sha no-hmac no-des no-aes no-dso no-asm

 

make depends: Ok

make: error depending of "no-XXX"

 

Even if I avoid 3 or 4 algorithm a got error a "make" error


Do you know how i could solve that? There is a way to compile only what I need? 
probably SSL need specific algorithm who need to be kept but I really want to 
optimize the size of libcrypto and also erase liscensed algorithm.

 

Do you have a list of working "no-XXX" who are know to not make error?


Thank a lot! And I really thank you for working on OpenSSL.





 





Windows Live Messenger vous permet de rester en contact plus facilement- 
apprenez comment!

_________________________________________________________________
Créez un personnage à votre image pour votre WL Messenger
http://go.microsoft.com/?linkid=9656622

Reply via email to