Lutz Jaenicke wrote:
> you did perform a "make depend" before the "make all", didn't you?
Not sure. Anyway now I did and it still fails:
./Configure --prefix=/tmp/sslroot-snap zlib no-idea no-mdc2 no-rc5 \
no-ec no-ecdh no-ecdsa shared linux-elf && make depend && \
make all
[...]
gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DZLIB
-DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN
-DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS
-DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DMD5_ASM
-DRMD160_ASM -DAES_ASM -DWHIRLPOOL_ASM -c -o ssl_ciph.o ssl_ciph.c
ssl_ciph.c: In function âssl_cipher_get_disabledâ:
ssl_ciph.c:501: error: âSSL_kECDHEâ undeclared (first use in this function)
ssl_ciph.c:501: error: (Each undeclared identifier is reported only once
ssl_ciph.c:501: error: for each function it appears in.)
make[1]: *** [ssl_ciph.o] Error 1
make[1]: Leaving directory
`/home/mludvig/src/openssl/openssl-SNAP-20061227/ssl'
make: *** [build_ssl] Error 1
Michal
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]