Version: OpenSSL FIPS 1.1.2 (from openssl-fips-1.1.2.tar.gz) System: Intel Mac (OS version 10.4.11, dual processors) Synopsis: build failed creating openssl file, fingerprint mismatch.
This is a known issue. You should be testing the 1.2.0 FIPS snapshot as it is the next release and is based on OpenSSL 0.9.8 rather than 0.9.7. It is not possible to correct the issue in 1.1.2 without invalidating the release.
cc -DMONOLITH -I.. -I../include -DOPENSSL_SYSNAME_MACOSX -DOPENSSL_THREADS -D_REENTRANT -DOPENSSL_NO_KRB5 -O3 -fomit-frame-pointer -fno-common -DB_ENDIAN -c
The main issue is the -DB_ENDIAN there, Intel is little endian. -Brad ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
