> Since it seems like md5.h and err.h aren't going to be included
> directly... they could fit in say <ssl/*>....
md5 is needed directly for many purposes. I guess that is why FreeBSD
has its own implementation.
> Well, to do that, I'd have to put /usr/local/include before /usr/include
> on the include search path. Not somethign I'm terribly interested in.
Huh? While you build OpenSSL, the compiler is invoked with -I../../include.
After that, if you install OpenSSL in /usr/local/ssl, using the
compiler option -I/usr/local/ssl/include will get you the correct
header files.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]