I'm trying to check the crypto library that comes with openssl, I downloaded openssl from http://www.openssl.org/source/ and contains the / crypto folder with subfolders for each type of encryption.
I wanted to try BIO_f_base64, so I created an empty console program and added the necessary additions, added paths to the / bio and / evp folders in C ++, including directories, and also added the main / openssl folder.
When I try to compile, I get I canβt open the include file: 'openssl / e_os2.h': There is no such file or directory
But there is a file, should I use the crypto library differently? How can I use it by adding only the / openssl path and not all the crypto subdirectories that I use?
Also I don't have .lib files, where can I get them?
source share