I’ve successfully built libqca2 and qca-ossl2 plugin , but where should I place qca-ossl2.dll ?
If I place the dll in the same folder with my application , it just tell me “XXX is not supported” , which indicates the plugin is not loaded.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should create a folder named “crypto” in your application folder, and put the plugin dll there.
The OpenSSL dlls (libeay32.dll and libssl32.dll) should be copied directly in the application folder.