Rudi Bruchez <[EMAIL PROTECTED]>:
> I try to compile openssl 0.9.5 on linux-elf, and I've that error msg :
> cryptlib.c:98: #error "Inconsistency between crypto.h and cryptlib.c"
[...]
> make[1]: Leaving directory `/home/usr80/src/openssl-0.9.5/crypto'
If you really untared and configured OpenSSL 0.9.5, then
/home/usr80/src/openssl-0.9.5/include/openssl/crypto.h should
be a symbolic link to file crypto.h in the directory where cryptlib.c
resides, and it should contain the following line:
#define CRYPTO_NUM_LOCKS 26
If this is so, the probably you have the header files of an earlier
version of OpenSSL in a standard include directory (the new version
should have precedence, though, because the directory with the
new versions is specified in an -I compiler switch).
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]