On Thu, Nov 21, 2013, Robert Paix1 wrote:

> Hello,
> 
> my problem is, that when I try to compile the openssl-v0.9.8y from the 
> scratch with capi enabled on windows x64, the capi.dll is not created.
> 
> The environment I use is a windows 7 host, with VisualStudio 2010 as 
> compiler set to compile x64 binaries
> 
> For configuration, I use the following command in a normal windows command 
> prompt:
> 
>     perl Configure VC-WIN64A  enable-capieng 
> --prefix=c:\working\openssl-0.9.8y-out
> 
> In my I understanding, the option enable-capieng should result in a 
> capi.dll in the output bin folder.
> 

By default on 0.9.8 on Windows engines are included as part of crypto DLL
libeay32.dll. You should be able to access the engine from there.

It should be possible to get a DLL by using no-static-engine but that doesn't
seem to work, hmm....

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