Hello,
I was just compiling OpenSSL on Solaris today, and found a Makefile
typo:
--8<------------------------------------------------
--- crypto/md5/Makefile Sun Jul 25 18:25:12 1999
+++ crypto/md5/Makefile-fixed Mon Feb 7 14:35:04 2000
@@ -77,7 +77,7 @@
# if they didn't bother to upgrade GNU assembler. Such users should
# not choose this option, but be adviced to *remove* GNU assembler
# or upgrade it.
-sm/md5-sparcv8plus-gcc27.o: asm/md5-sparcv9.S
+asm/md5-sparcv8plus-gcc27.o: asm/md5-sparcv9.S
$(CC) $(ASFLAGS) -DMD5_BLOCK_DATA_ORDER -E asm/md5-sparcv9.S | \
/usr/ccs/bin/as -xarch=v8plus - -o
asm/md5-sparcv8plus-gcc27.o
--8<------------------------------------------------
The file is crypto/md5/Makefile, and as you can see, the "a" was chopped in
"asm" in the distribution.
Thanks
Tim
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]