On Thu, Apr 03, 2008, Liechty wrote: > > I have built a static library for VC++ but when I try to enable fips mode I > get a mismatched fingerprint error. Is the hash inserted into the library, > or does it need to be inserted into the executable when linking the .lib? > Or am I missing something else completely?
It needs to be linked into the executable. Check out how the openssl utilities are linked in the makefile nt.mak for examples. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
