I am try compile OpenSSL for WP 8.0 using this repo. https://github.com/Microsoft/openssl
How i do it:
Execute the following script in the source root tree.
ms\do_vsprojects.bat
Open visual studio solution created
vsout\openssl.sln
Run Unit Test App Projects
ms\do_packwinapp.bat
Finally i got two dlls ssleay32.dll
and libeay32.dll
from path "\openssl\vsout\package\bin\Phone\8.0\Dll\Unicode\Release\arm"
. I am trying to add this dlls into my WP8.0 project, and i get error:
"A reference to a higher version or incompatible assembly cannot be added to the project."
What am i doing wrong?