orthecreedence / cl-async

Asynchronous IO library for Common Lisp.
MIT License
273 stars 40 forks source link

Make SSL work with libressl on linux #163

Closed vaartis closed 5 years ago

vaartis commented 5 years ago

LibreSSL has different version numbering, so while libssl uses the libssl.so, there's no such case for libcrypto which is libcrypto.so.44.0.1 with libressl. This is the same SSL library that OpenBSD uses, some linux distributions use it too.

orthecreedence commented 5 years ago

Looks good, thank you.