Re: [Interest] Qt and Open SSL

2018-10-14 Thread Till Oliver Knoll
> Am 15.10.2018 um 02:42 schrieb Christopher Probst : > > Also want to confirm that even though is says 32, ssleay32.dll and > libeay32.dll are not necessarily compiled with a 32 compiler? Didn‘t you just say that you compiled those libs yourself? So you should know ;) In all other cases:

Re: [Interest] Qt and Open SSL

2018-10-14 Thread Bob Hood
On 10/14/2018 6:42 PM, Christopher Probst wrote: Hello Everybody, To enable SSL support I have added my own compiled version of ssleay32.dll and libeay32.dll to the Qt lib path. It seems to work fine. My question regards these two other libs mentioned in the Qt documentation (http://doc.qt.i

[Interest] Qt and Open SSL

2018-10-14 Thread Christopher Probst
Hello Everybody, To enable SSL support I have added my own compiled version of ssleay32.dll and libeay32.dll to the Qt lib path. It seems to work fine. My question regards these two other libs mentioned in the Qt documentation ( http://doc.qt.io/qt-5/ssl.html) : -lcrypto -lssl, I am confused as