On Wed, Jun 23, 1999 at 11:17:26AM +1000, Zik Saleeba wrote: > When attempting to compile OpenSSL 0.9.3a on solaris x86 2.6 I found > that compilation failed in crypto/sha/sha_dgst.c with the following > error: [...] > Assembler: sha_dgst.c > aline 425 : Illegal mnemonic > aline 425 : syntax error [...] > These lines turned out to be inline assembly from sha_locl.h which > were being used despite the fact that I'd configured with the "no-asm" > option. [...] perhaps an #ifndef NO_ASM or similar should be done here? Done. Previosly there was no NO_ASM preprocessor symbol because all the assembler language was in separate files, so that no-asm could be handled at Makefile level. Now it should work as expected unless I missed some occurrences of inline assembler. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
