Chemolli Francesco (USI) wrote:
> Even with demand-page loading, I am not entirely comfortable with linking
> that big an external library for such a smallish routine as MD5 is.
> I'd rather second ripping the OpenSSL md5 routine, or write our own
> in asm (leaving of course a C fallback for different architectures).
If you are worried about this then link libcrypto statically.
./configure --with-openssl ...
make SSLLIB=/usr/lib/libcrypto.a
-- HenrikReceived on Wed Jun 13 2001 - 02:14:29 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:14:03 MST