Hi,

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)
#indef __linux__
-^
cc: Error: , line 2: Cannot find file <asm/regdef.h> specified in #include 
directive. (noinclfile)
#include <asm/regdef.h>
-^
cc: Warning: , line 3: Out of place #else directive ignored. (elseignored)
#else
-^
cc: Warning: , line 6: Out of place #endif directive ignored. (unmatchendif)
#endif


Regards,
Kees Dekker


Hi,
 
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)
#indef __linux__
-^
cc: Error: , line 2: Cannot find file <asm/regdef.h> specified in #include directive. (noinclfile)
#include <asm/regdef.h>
-^
cc: Warning: , line 3: Out of place #else directive ignored. (elseignored)
#else
-^
cc: Warning: , line 6: Out of place #endif directive ignored. (unmatchendif)
#endif
 
 
Regards,
Kees Dekker
 

Reply via email to