mattnenterprise / rust-ftp

FTP client for Rust
Apache License 2.0
182 stars 57 forks source link

Vendored support for Openssl #104

Open Jomy10 opened 2 years ago

Jomy10 commented 2 years ago

Hi

The issue

I was having an issue with this crate which said Unable to detect OpenSSL version. After some debugging, I found that the problem was with the openssl crate not using the Vendored feature.

The changes

I have added another feature called vendored to enable the vendored feature on openssl.