With the changes made to Configure yesterday it now does an unconditional
"make depend" in crypto/ which tries to overwrite crypto/Makefile.ssl.
That's yet another file that's under revision control yet it's normal
for the build scripts to hack on. Sigh. That's really pretty poor
programming practice. There's got to be a better way.
Why is it exactly that these files can't be autogenerated on Windows and
elsewhere, so they could be removed from the repository?
And speaking of changes added yesterday,
$ grep '#error' include/openssl/*.h
include/openssl/blowfish.h:#error BF is disabled.
include/openssl/cast.h:#error CAST is disabled.
include/openssl/des.h:#error DES is disabled.
include/openssl/dh.h:#error DH is disabled.
include/openssl/dsa.h:#error DSA is disabled.
include/openssl/hmac.h:#error No HMAC support. <- Why is this one different?
include/openssl/idea.h:#error IDEA is disabled.
include/openssl/md2.h:#error MD2 is disabled.
include/openssl/md5.h:#error MD5 is disabled.
include/openssl/mdc2.h:#error MDC2 is disabled.
include/openssl/rc2.h:#error RC2 is disabled.
include/openssl/rc4.h:#error RC4 is disabled.
include/openssl/rc5.h:#error RC5 is disabled.
include/openssl/ripemd.h:#error RIPEMD is disabled.
include/openssl/rsa.h:#error RSA is disabled.
include/openssl/sha.h:#error SHA is disabled.
$
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]