I've got the errors fixed! Previously when I installed MinGW, I chose the
minimal option without installing g++ and make. After I made a MinGW update to
install these two packages, the openssl fips object module compiles nicely
without errors!
Thanks for all the help.
hweeli <[EMAIL PROTE
Thanks for the reply. Yes, I ran "./config fips". In fact I just tried again,
the errors are consistent.
To be more specific, the errors occurred at this point during make:
...
ar d ../libcrypto.a $exdel
ar r ../libcrypto.a fipscanister.o
true ../libcrypto.a || echo Never mind.
gcc
Is it possible you ran "config" instead of "config fips"? I can
reproduce similar errors (different symbols) if I run "config" instead
of "config fips" in my build environment.
-David
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of hweeli
Se