> Openssl1.0.0d contains a typo in a ifndef directive, see transscript > below. This bug pops up in a build on a Tru64 V5.1B system. > > DOPENSSL_BN_ASM_MONT -c -o bn_asm.o bn_asm.c > /bin/perl asm/alpha-mont.pl | cc -E - | tee alpha-mont.s > /dev/null > cc: Warning: , line 1: "indef" is an invalid preprocessor directive, and > is being ignored. (baddirective)
It's rather #ifdef than #ifndef:-) Fixed in http://cvs.openssl.org/chngview?cn=21233 [along with another Alpha assembler bug]. Thanks for report. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
