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.
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 theVendored
feature.The changes
I have added another feature called vendored to enable the vendored feature on openssl.