> 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:
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
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