openssl-SNAP-19990515-1530 on alpha-cc fails to build with #error "HASH_BLOCK_DATA_ORDER must be defined!" in md32_common.h. Adding -DL_ENDIAN to the flags appears to fix it; I'm guessing every Configure entry that doesn't have -D[LB]_ENDIAN in it is currently broken. --- Configure~ Thu May 13 10:00:06 1999 +++ Configure Sat May 15 12:49:03 1999 @@ -155,7 +155,7 @@ # the new compiler # For gcc, the following gave a %50 speedup on a 164 over the 'DES_INT' version "alpha-gcc","gcc:-O3:(unknown)::SIXTY_FOUR_BIT_LONG DES_UNROLL DES_RISC1:::", -"alpha-cc", "cc:-std1 -tune host -O4 -readonly_strings:(unknown)::SIXTY_FOUR_BIT_LONG:::", +"alpha-cc", "cc:-std1 -tune host -O4 -readonly_strings +-DL_ENDIAN:(unknown)::SIXTY_FOUR_BIT_LONG:::", "alpha164-cc", "cc:-std1 -tune host -fast -readonly_strings:(unknown)::SIXTY_FOUR_BIT_LONG:::", # assembler versions -- currently defunct: ##"alpha-gcc","gcc:-O3:(unknown)::SIXTY_FOUR_BIT_LONG DES_UNROLL DES_RISC1:asm/alpha.o::", -- Dan Riley [EMAIL PROTECTED] Wilson Lab, Cornell University <URL:http://www.lns.cornell.edu/~dsr/> "History teaches us that days like this are best spent in bed" ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
