On Thu, Feb 07, 2013, Memmott, Lester wrote: > > Thanks so much for your response. Perhaps some clarification is in order. > When you state "static libraries" are you referring to libeay32 being > statically linked with the c runtime libraries? ...or do you mean my > application statically linking in the openssl libraries? >
I mean your application liking to the static versions of the OpenSSL libraries: that is those that appear in out32 when you use the makefile ms\nt.mak. If you link against libeay32.dll (as built by ms\ntdll.mak) then you don't need to do anything special to get FIPS working: just link as you normally would. That's why the lines in ntdll.mak which create openssl.exe don't use fipslink.pl. 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