From: Krzysztof R. <krz...@kr...> - 2013-02-14 16:03:53
|
Hi Since Monday I`m trying to compile libp11 and pkcs11_engine under mingw32. The problem is non standard openssl path and windows environment. I`m using pre-compiled openssl libs provided by libcurl (this one ). I`ve no problem with compile the software I`m working on but libp11 kick me down :( Q1: Which version is more accurate? Sourceforge or GitHub (that one need boostraping first, the first needs only configure to run) Q2: How to provide custom paths to `include` and `libs` (.a files or DLL of Openssl) for libp11 and pkcs11_engine to compile it? It`s Windows app, heavy using libcurl and EVP. I need smartcard support for RSA crypto. Sorry if questions are dump but all my skills failed . I`m not to familiar with autoconf unfortunately. Regards Chris |