I want port an OpenSSL based project over to Windows that uses OpenSSL. I have Visual Studio 2010, and I downloaded OpenSSL from their download page.
I am trying to follow the directions from How to use OpenSSL with Visual Studio, but I am unable to find any library folders (lib) or dlls.
I am also getting the error Cannot open include file: 'openssl/openssl.conf.h': No such file or directory
the file that is attempting to use that is the 'e_os2.h' file.
- Why are there no lib folders or dll files?
- Why is it trying to include a file that doesn't exist in the original package?