Are these openssl sources/libraries compatible with your compiler? Is there a specific reason for specifying your own openssl tree? AFAIR Qt contains openssl sources in its own source tree.
Are these openssl sources/libraries compatible with your compiler? Is there a specific reason for specifying your own openssl tree? AFAIR Qt contains openssl sources in its own source tree.
Yes they are, I built the lib myself with msvc2008, and ran all the tests, which passed. And if I don't specify my own libs, I get a lot of the same errors, and also:
Qt Code:
c:\usr\lib\qt\4.4.0\src\network\ssl\qsslsocket_openssl_p.h(77) : fatal error C10 83: Cannot open include file: 'openssl/asn1.h': No such file or directoryTo copy to clipboard, switch view to plain text mode
Bookmarks