rust: Cargo SSL Link Error - missing symbols
I decided to record the steps I took to solve the issue I found when on my app with the rust openssl crate
the issue I faced was not because of the openssl crate but because of boring-ssl
while developing a side project I required some depenecies, the dependencies in intrust are jwt-simple, and reqwest
while developing everything worked fine, my app was build successfully (didn’t test release build) and no issues, I needed to delete my /target file that cargo creates, then after coming back to continue development of the project I faced this scary error