----- Original Message ----- From: "Dr. Stephen Henson" <st...@openssl.org> To: "OpenSSL Developer ML" <openssl-dev@openssl.org>; "OpenSSL User Support ML" <openssl-us...@openssl.org>; "OpenSSL Announce ML" <openssl-annou...@openssl.org> Sent: Wednesday, January 07, 2009 1:13 PM Subject: OpenSSL version 0.9.8j released
Where 0.9.8i was successfully compiled on linux using ./config --openssldir=/etc/ssl --prefix=/usr no-idea no-threads no-mdc2 no-rc5 no-ec no-fips shared make depend make it now fail to build with 0.9.8j with this error gcc -I.. -I../.. -I../../include -fPIC -DOPENSSL_PIC -DZLIB_SHARED -DZLIB -D DSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -Os -fomit-frame-pointer -march =i486 -mtune=pentium -pipe -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_ WORDS -DOPENSSL_IA32_SSE2 -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -c - o enc_min.o enc_min.c enc_min.c: In function 'EVP_CipherInit_ex': enc_min.c:203: warning: implicit declaration of function 'FIPS_selftest_failed' enc_min.c:205: error: 'FIPS_F_EVP_CIPHERINIT_EX' undeclared (first use in this function) enc_min.c:205: error: (Each undeclared identifier is reported only once enc_min.c:205: error: for each function it appears in.) enc_min.c:205: error: 'FIPS_R_FIPS_SELFTEST_FAILED' undeclared (first use in this function) enc_min.c:206: error: 'bad_cipher' undeclared (first use in this function) make[3]: *** [enc_min.o] Error 1 make[3]: Leaving directory `/usr/src/openssl-0.9.8j/crypto/evp' As you see from log, OPENSSL_NO_FIPS is not given at gcc to compile enc_min.c Removing no-fips, compilation was successfull. As another notice, on CHANGES file, "Properly check EVP_VerifyFinal()..." is referenced twice. Gilles ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org