#x27;C:\Perl\bin\perl.EXE' : return code '0x9'
Stop.
Incidentally, the static library version builds ok. Unfortunately, when
I try to link that static library into *my* DLL, I get the same linker
crash.
I saw an email on this list earlier in which another user is
experiencing the
: Wednesday, March 19, 2008 5:54 PM
To: openssl-users@openssl.org
Subject: Re: openssl-FIPS dlls
On Wed, Mar 19, 2008, Ming Rutar wrote:
> Hi,
>
> I've tried to build FIPS compliant libeay32.dll with MSVC but with no
success. The minGW/gcc objects (fipscanister.o, etc.) crashes MSVC 6.x
a
Hi,
I've tried to build FIPS compliant libeay32.dll with MSVC but with no success.
The minGW/gcc objects (fipscanister.o, etc.) crashes MSVC 6.x and 8.x linkers.
MSVC 9.0 is able to build the dll, but it is not a valid dll and cannot be
loaded by premain_dso.
Is it possible to make libeay32.dl
Steve,
I saw your name in fips user guide, so you must be the best person to
ask this question.
How can I build fips libeay32.dll with 0.9.7m?
I tried MSVC 6.0 and 8.x (aka VC 2005), and got link crash (LNK1000) in
First stage of fipslink.pl. The crash seems caused by *.o file built by
minGW/gc