editicalu / nordselect

Library to detect the best NordVPN server
https://editicalu.github.io/nordselect
MIT License
24 stars 5 forks source link

Compilation error: OpenSSL #9

Closed editicalu closed 5 years ago

editicalu commented 5 years ago

When updating to OpenSSL 1.1.1 on your system, the openssl crate could crash. Because of this, I will use the vendor-option of this crate temporary and require openssl to be compiled from sources.

As this gives an unefficient binary, this will be resolved as fast as possible. Please beware that this is an issue upstream!

editicalu commented 5 years ago

This issue will remain open until the compilation bug is fixed.