Hi all.
I followed every single step described in the User's guide about how to
build FIPS under win32.
I downloaded and installed MinGW and MSYS, started MSYS, untared the
openfips-1.1.1.tar.gz, and then went in the directory and did a ./config
fips; make;
I got this error message after waiting for the compile to finish.
../libcrypto.a(fipscanister.o):bss_file.c:(.text+0xc25a): undefined
reference to `bn_add_words'
../libcrypto.a(fipscanister.o):bn_add.c:(.text+0xc613): undefined
reference to `bn_add_words'
../libcrypto.a(fipscanister.o):bn_add.c:(.text+0xc77c): undefined
reference to `bn_add_words'
../libcrypto.a(fipscanister.o):bn_div.c:(.text+0xd0f7): undefined
reference to `bn_mul_words'
.........<Many lines of similar error messages>..................
What is wrong?
Thanks
Wei
PS: I am following the section 4.3.1 in the user's guide.
PS2: <rant> Is the Install-W32 file out-of-dated? The last modification
time on that file is in 2004.
There are just way too many self-conflicting "install-xxx" files that
someone without good knowledge about the project will easily get lost.
</rant>
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]