Trying to build Qt with openssl. Built openssl with VC++ 2013 without incident. However, the header files don't look right.
The file openssl/include/ssl.h contains one line: ../../ssl/ssl.h This doesn't look like C++ to me. I see no reason it should compile. All the openssl include files seem to be like this. I'd understand if it had this: #include "../../ssl/ssl.h" But, it doesn't. Qt won't build with it like this. Configured openssl like this: perl Configure VC-WIN32 --prefix=c:\Qt\openssl-1.0.1f\openssl-1.0.1f\release Suggestions? Robin -- Robin Rowe Project Manager CinePaint.org Beverly Hills, California www.cinepaint.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org