On Wed, 11 Mar 1998, William A. Arbaugh wrote:
> Using SSLEAY_MACROS and NO_RSA (with additional ifdefs) cuts the added code
> down to around ~30KB. This has eliminated the PKCS7 and netscape symbols
> and looks to be about as good as you can get. Thanks Eric.
On the NO_RSA front, one of the problems with the libray is that I currently
tie RSA/DSA function to message digest methods, which also cause bloat.
I should be able to 'break' this my adding explicit functions to load
RSA/DSA public key methods into the library. This will probably be done in
SSLeay_add_all_algorithms() so it should not affect people much :-).
The other argument is that if one is using DLLs or shared library, who cares
:-).
eric
+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/ |
+-------------------------------------------------------------------------+