Hello, I tried to link OpenSSL on my project on MacOS. But, it is depreciated on MacOS. So, I followed some online article to link it. But, still could not link it. My guess:
- I did not link it properly with correct path or some variable. I might have to make some adjustment to code that I did not do. The article I followed (https://medium.com/@timmykko/using-openssl-library-with-macos-sierra-7807cfd47892)
- or I have conda installed which I read that it interferes with brew and to be honest I do not remeber installing brew. I had anaconda intalled for Python stuff. My guess conda could be interfering with the brew stuff or something.
The project I tried to run. (https://github.com/frankw2/libfss) please let me know how do I fix it. Thank you.