openssl version : 1.1.1
files: include/openssl
problem: I want to compile the libcurl with openssl, but I put those files in the project, the compiler is prompting errors: can't open the file “openssl/configuration.h” and “openssl/opensslv.h” . I try to change the suffix of the file which is named configuration.h.in , but it doesn't work.
solution: I put the elder version files in include/openssl, the project compile successful.
openssl version : 1.1.1 files: include/openssl problem: I want to compile the libcurl with openssl, but I put those files in the project, the compiler is prompting errors: can't open the file “openssl/configuration.h” and “openssl/opensslv.h” . I try to change the suffix of the file which is named configuration.h.in , but it doesn't work. solution: I put the elder version files in include/openssl, the project compile successful.