With the /DYNAMICBASE:No option I get the same problems. Thanks for the
advise, at this point I think I am moving my efforts to linux or an early
version of VC++ and see if that works.

On Wed, Mar 7, 2012 at 10:49 AM, Jacob White <ilovejetengi...@gmail.com>wrote:

> Still have the problem. It looks to me like the OPENSSLDIR location does
> not exist. Even when I set OPENSSLDIR with: "perl configure VC-WIN32 fips
> enable-static-engine --prefix=c:\openssl\dir" After I finish the build
> c:\openssl\dir does not exist.
>
>
> On Tue, Mar 6, 2012 at 12:16 PM, Dr. Stephen Henson <st...@openssl.org>wrote:
>
>> On Tue, Mar 06, 2012, Jacob White wrote:
>>
>> > I added the /fixed and it worked at first.
>> >
>> > >From the command line I called:
>> > openssl version -a
>> > "Warning: can't open config file: /usr/local/ssl/openssl.cnf"
>> > .
>> > .
>> > .
>> > It displays other config settings.
>> >
>> > Then I call:
>> > set OPENSSL_FIPS=1
>> > openssl md5 README
>> > Output: "5320:error:2D06B06F:FIPS
>> > routines:FIPS_check_incore_fingerprint:fingerprint does not
>> > match:.\fips\fips.c:229:"
>> >
>> >
>> > Now, when I call "openssl version -a" again
>> > Output: "3604:error:2D06B06F:FIPS
>> > routines:FIPS_check_incore_fingerprint:fingerprint does not
>> > match:.\fips\fips.c:229:"
>> >
>>
>> Try adding /DYNAMICBASE:NO too.
>>
>> Steve.
>> --
>> Dr Stephen N. Henson. OpenSSL project core developer.
>> Commercial tech support now available see: http://www.openssl.org
>> ______________________________________________________________________
>> OpenSSL Project                                 http://www.openssl.org
>> User Support Mailing List                    openssl-users@openssl.org
>> Automated List Manager                           majord...@openssl.org
>>
>
>

Reply via email to