JakobOvrum/Dirk

SSL socket wrapper doesn't work in linux

Closed this issue · 2 comments

Hi,

since the ssl socket wrapper class has "ssleay32" and "libeay32" hardcoded as ssl library names, it doesn't work on any system except windows where the openssl libraries are called that. I've tried making symlinks to libcrypto.so and libssl.so but that hasn't helped since the interfaces don't seem to be exactly compatible.

Fixed in latest set of commits

Works, many thanks!